1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00

remove some non-ascii symbols

This commit is contained in:
berak
2017-12-05 18:02:15 +01:00
parent 60a510c2a3
commit 102c80a2c9
11 changed files with 17 additions and 17 deletions

View File

@@ -70,7 +70,7 @@ which is available since the 2.4 release. I suggest you take a look at its descr
Algorithm provides the following features for all derived classes:
- So called virtual constructor. That is, each Algorithm derivative is registered at program
- So called "virtual constructor". That is, each Algorithm derivative is registered at program
start and you can get the list of registered algorithms and create instance of a particular
algorithm by its name (see Algorithm::create). If you plan to add your own algorithms, it is
good practice to add a unique prefix to your algorithms to distinguish them from other