mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Misc. typos
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
This commit is contained in:
@@ -204,7 +204,7 @@ int main( int argc, char** argv )
|
||||
const char* keys =
|
||||
{
|
||||
"{help h| | show help message}"
|
||||
"{pd | | path of directory contains possitive images}"
|
||||
"{pd | | path of directory contains positive images}"
|
||||
"{nd | | path of directory contains negative images}"
|
||||
"{td | | path of directory contains test images}"
|
||||
"{tv | | test video file name}"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file introduction_to_pca.cpp
|
||||
* @brief This program demonstrates how to use OpenCV PCA to extract the orienation of an object
|
||||
* @brief This program demonstrates how to use OpenCV PCA to extract the orientation of an object
|
||||
* @author OpenCV team
|
||||
*/
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ static void help(char** argv)
|
||||
"\tESC, q - quit the program\n"
|
||||
"\tr - change order of points to rotate transformation\n"
|
||||
"\tc - delete selected points\n"
|
||||
"\ti - change order of points to invers transformation \n"
|
||||
"\ti - change order of points to inverse transformation \n"
|
||||
"\nUse your mouse to select a point and move it to see transformation changes" << endl;
|
||||
}
|
||||
|
||||
|
||||
@@ -198,7 +198,7 @@ private:
|
||||
//! [ResizeBilinearLayer]
|
||||
|
||||
//
|
||||
// The folowing code is used only to generate tutorials documentation.
|
||||
// The following code is used only to generate tutorials documentation.
|
||||
//
|
||||
|
||||
//! [A custom layer interface]
|
||||
|
||||
@@ -1091,7 +1091,7 @@ Style x:Key="SkipBackAppBarButtonStyle" TargetType="ButtonBase" BasedOn="{Static
|
||||
</Style>
|
||||
<Style x:Key="PermissionsAppBarButtonStyle" TargetType="ButtonBase" BasedOn="{StaticResource AppBarButtonStyle}">
|
||||
<Setter Property="AutomationProperties.AutomationId" Value="PermissionsAppBarButton"/>
|
||||
<Setter Property="AutomationProperties.Name" Value="Permisions"/>
|
||||
<Setter Property="AutomationProperties.Name" Value="Permissions"/>
|
||||
<Setter Property="Content" Value=""/>
|
||||
</Style>
|
||||
<Style x:Key="HighlightAppBarButtonStyle" TargetType="ButtonBase" BasedOn="{StaticResource AppBarButtonStyle}">
|
||||
|
||||
Reference in New Issue
Block a user