mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Edit spelling mistake in my previous pull request
This commit is contained in:
parent
c95f3eff6e
commit
dcaad315e7
@ -6,7 +6,7 @@ using namespace cv;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
traincascade.cpp is the source file of the program used for cascade training.
|
traincascade.cpp is the source file of the program used for cascade training.
|
||||||
User has to provide training input in form of posotive and negative training images,
|
User has to provide training input in form of positive and negative training images,
|
||||||
and other data related to training in form of command line argument.
|
and other data related to training in form of command line argument.
|
||||||
*/
|
*/
|
||||||
int main( int argc, char* argv[] )
|
int main( int argc, char* argv[] )
|
||||||
|
Loading…
Reference in New Issue
Block a user