Boris Kogan's blog articles

0
comment
on 10/15/2017 12:09 PM
So I was bored, didn’t know what to do, started solving problems on codewars (shut up!). There was this little problem there, where they are asking you to compute , for potentially large n’s with precision. It’s easy to see that this needs to be refactored (no need to actually compute factorials), and the solution […]
>> Read the full article
.
0
comment
on 7/20/2017 10:31 AM
Computer vision should not be confused with image processing (as we all know). I love building computer vision pipelines, but sometimes menial tasks of pure image processing, automated editing come up. Suppose you had the same astronauts from one of the previous posts participating in a study, where they are actually filmed watching something, say […]
>> Read the full article
.
0
comment
on 5/22/2017 7:46 PM
Auto-writing Software Good software writes itself. We all know the patterns and following them makes things easy. Not because we have memorized any monumental volume on design patterns, but because years of experience taught us what should be done on an almost intuitive level. Also in a negative sense. We avoid duplication, globals, encapsulation violations. […]
>> Read the full article
.
0
comment
on 3/11/2017 11:11 AM
The Choices I have experimented with OpenCV and Dlib face detection in my computer vision pipeline. Both work well, but the Dlib one worked better: it is more sensitive with (in my case) almost no false positives right out of the box! Dlib uses several HOG filters that account for profile as well as frontal […]
>> Read the full article
.
0
comment
on 2/13/2017 10:41 AM
The post on applying GPU to finding Eulerian path mentioned a stumbling block: partitioning a very specific kind of graph. In general, partitioning is a hard problem, NP-hard actually. The graphs we are dealing with are very specific, though, and may be partitioned in time (E – the set of graph edges). Our graphs are […]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper