How would you code up a custom rectangle detector?
Computer Vision Developer Interview Questions
62 computer vision developer interview questions shared by candidates
Given a 2D grid consisting of links and vacancies represented by a 2D array and assume you can move from either down (j,k)->(j+1,k) or to the right (j,k)->(j,k+1) unless there is a vacancy
Why does one use MSE as a measure of quality. What is the scientific/mathematical reason for the same?
What is meant by virtual memory? Time complexity of insertion in Linked List vs. Array? Smoothing an image - what filter to use? Salt and pepper noise removal? Memory storage - heap vs stack?
Discuss some of the object detection techniques you have worked upon
I had a take home assignment - which you code up and bring with you to the interview for a panel discussion and presentation. I had to implement a blob detection algorithm.
where are you from dear?
How would you send an encoded message in an image. First encode it, then write code to decode it.
Check whether two words are anagram with each other.
Viewing 1 - 10 interview questions