mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
switched to Input/Output Array in Color Processing
This commit is contained in:
@@ -170,9 +170,9 @@ int main(int argc, const char* argv[])
|
||||
cout << endl;
|
||||
|
||||
Mat frame0Gray;
|
||||
cvtColor(frame0, frame0Gray, COLOR_BGR2GRAY);
|
||||
cv::cvtColor(frame0, frame0Gray, COLOR_BGR2GRAY);
|
||||
Mat frame1Gray;
|
||||
cvtColor(frame1, frame1Gray, COLOR_BGR2GRAY);
|
||||
cv::cvtColor(frame1, frame1Gray, COLOR_BGR2GRAY);
|
||||
|
||||
// goodFeaturesToTrack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user