mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Added javadoc generation
This commit is contained in:
@@ -45,9 +45,6 @@ public class DMatch {
|
||||
distance = _distance;
|
||||
}
|
||||
|
||||
/**
|
||||
* Less is better.
|
||||
*/
|
||||
public boolean lessThan(DMatch it) {
|
||||
return distance < it.distance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user