mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Fix modules/ typos
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
backporting of commit: ec43292e1e
This commit is contained in:
committed by
Alexander Alekhin
parent
7df3141bbc
commit
fcc7d8dd4e
@@ -578,7 +578,7 @@ public:
|
||||
private:
|
||||
|
||||
/**
|
||||
* Struture representing a node in the hierarchical k-means tree.
|
||||
* Structure representing a node in the hierarchical k-means tree.
|
||||
*/
|
||||
struct Node
|
||||
{
|
||||
|
||||
@@ -547,7 +547,7 @@ public:
|
||||
|
||||
private:
|
||||
/**
|
||||
* Struture representing a node in the hierarchical k-means tree.
|
||||
* Structure representing a node in the hierarchical k-means tree.
|
||||
*/
|
||||
struct KMeansNode
|
||||
{
|
||||
|
||||
@@ -301,7 +301,7 @@ public:
|
||||
unsigned int index_;
|
||||
};
|
||||
|
||||
/** Default cosntructor */
|
||||
/** Default constructor */
|
||||
UniqueResultSet() :
|
||||
is_full_(false), worst_distance_(std::numeric_limits<DistanceType>::max())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user