1 | initial version |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer, too, and EVERYTHING, that inherits FaceRecognizer.
not recommended.
better approach, imho: * add a variable to the Eigen recognizer, that holds the comparison flag * make it accessible via the get() set() params interface * additionally you'll have to modify the serialization ( save() load() )
2 | No.2 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer, too, and EVERYTHING, that inherits FaceRecognizer.
not recommended.
better approach, imho:
* imho:
3 | No.3 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer, too, and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T) try to abuse the distance param for this, it's needed elsewhere)
better approach, imho:
4 | No.4 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer, too, and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T) DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach, imho:
5 | No.5 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer, too, and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach, imho:imho (since it does not need to modify th FaceRecognizer interface):
6 | No.6 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer, too, and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach, imho (since it does not need to modify th the FaceRecognizer interface):
7 | No.7 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer, too, and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach, imho (since it does not need to modify the FaceRecognizer interface):
again, PLEASE TRY WITHOUT MODYFYING THE INTERFACE!
if your idea (changing the distance func ) turns out nicely, ofc. you want EVERYONE to use it. make it an option as easy to use as possible.
8 | No.8 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer, too,
and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach, imho (since it does not need to modify the FaceRecognizer interface):
again, PLEASE TRY WITHOUT MODYFYING THE INTERFACE!
if your idea (changing the distance func ) turns out nicely, ofc. you want EVERYONE to use it. make it an option as easy to use as possible.
9 | No.9 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer,
and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach, imho (since it does not need to modify the FaceRecognizer interface):
again, PLEASE TRY WITHOUT MODYFYING THE INTERFACE!
if your idea (changing the distance func ) turns out nicely, ofc. you want EVERYONE to use it. make it an option as easy to use as possible.
10 | No.10 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer,
and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach, imho (since it does not need to modify the FaceRecognizer interface):
again, PLEASE TRY WITHOUT MODYFYING THE INTERFACE!
if your idea (changing the distance func ) turns out nicely, ofc. you want EVERYONE to use it. make it an option as easy to use as possible.
11 | No.11 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer,
and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach, approach , imho (since it does not need to modify the FaceRecognizer interface):interface),
extend the Algorithm interface:
again, PLEASE TRY WITHOUT MODYFYING THE INTERFACE!
if your idea (changing the distance func ) turns out nicely, ofc. you want EVERYONE to use it. make it an option as easy to use as possible.
12 | No.12 Revision |
eigen, fisher, lbp, they all inherit a virtual method predict(one of 2 actually) method from FaceRecognizer, so, if you insist on your current approach(modifying the interface), you 'll have to modify FaceRecognizer,
and EVERYTHING, that inherits FaceRecognizer.
not recommended.
( oh, and please DON'T try to abuse the distance param for this, it's needed elsewhere)
better approach , imho (since it does not need to modify the FaceRecognizer interface),
extend the Algorithm interface:
again, PLEASE TRY WITHOUT MODYFYING THE INTERFACE!
if your idea (changing the distance func ) turns out nicely, ofc. you want EVERYONE to use it. make it an option as easy to use as possible.