mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
Make imgproc.hpp independent from C API
This commit is contained in:
@@ -31,7 +31,7 @@ int main( int, char** argv )
|
||||
}
|
||||
|
||||
/// Convert to grayscale
|
||||
cvtColor( src, src, CV_BGR2GRAY );
|
||||
cvtColor( src, src, COLOR_BGR2GRAY );
|
||||
|
||||
/// Apply Histogram Equalization
|
||||
equalizeHist( src, dst );
|
||||
|
||||
Reference in New Issue
Block a user