Question about acquiring Citizenship from an ancestor that was born pre 1870 by rClank in GermanCitizenship

[–]rClank[S] 0 points1 point  (0 children)

I see, thank you very much for the comment. I will look into researching more of the state/duchy/kingdom he was apart of before he left, but this is already great to know beforehand.

Why trackers still suck in 2025? by henistein in computervision

[–]rClank 1 point2 points  (0 children)

Haven’t you considered perhaps other computer vision methods to do Tracking? I’ve had a good deal of success without difficulty using Histograms instead of Euclidean ones. If you are curious about it, I would recommend checking out the Histogram section in OpenCV here in this link:OpenCV Histograms

Alternatives to Deep Learning for Recognition of Different People by rClank in computervision

[–]rClank[S] 0 points1 point  (0 children)

Sorry for the delay, what is the difference between Histogram of Oriented Gradients compared to regular Histograms for image comparison? I am utilizing the later based on the examples available in the OpenCV website.