T O P I C R E V I E W |
duckchan.seo |
Posted - Apr 24 2019 : 7:27:03 PM I usually implement the program using the OpenCV library through visual Studio. Every time the following problems occur, they bother me.
Mat temp(Size(width, height), CV_64F); temp.at(<) <------ this problem
In order to access Mat type data, I have to use syntax like '.at<type>(x, y)'. But when I input '<', your software make automatically '(<)'. So I always delete '(' and ')'.
Please solve it and guide to avoid it. |
4 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - May 02 2019 : 3:20:14 PM Sorry for the trouble. I have opened a case to change the behavior of auto-insert of parens when the listbox item is a template function. case=139990 |
feline |
Posted - May 02 2019 : 10:29:09 AM Thank you for the update. Do you still have VA inserting brackets in a useful manor? Or have you fixed this by turning off all inserting of brackets? |
duckchan.seo |
Posted - May 02 2019 : 01:21:04 AM Thank you. The problem has been resolved. |
feline |
Posted - Apr 25 2019 : 05:16:32 AM Do you have the two options:
VA Options -> Editor -> Insert () and closing } ) ] ' "
IDE Tools menu -> Options -> Text Editor -> C/C++ -> General -> Automatic brace completion
turned On or Off? It could be VA, or it could be the IDE inserting the brackets here. If you turn Off both options, does the problem go away? |