Sayan-Chaudhuri

Results 27 comments of Sayan-Chaudhuri

@Scramjet911 Can you kindly mention how do these tests work? What is the function Boost.test.Eq? I wish to learn about these tests

Also,how do you design the test cases?

@lpranam Thanks.

@codejaeger Thanks for your feedback. I have already gone through the docs. If you can kindly say, whether you found anything wrong that can be corrected by reading the docs,...

@lpranam @codejaeger thanks for your valuable feedback

> NO. You can't just copy the code!!! Even if everything is open source there are copyrights and license issue you just can't copy the code. Even if there are...

> `Hog_implementation.hpp` is a bad name > > * don't mix lower/upper case > * word `implementation` is redundant > > I also suspect spacebar in your keyboard may be...

@codejaeger Thanks for your valuable suggestion. I am now experimenting with the histogram coded by you. However, I have a question that as per my understanding, you have used an...

I had thought that first my implementation will be checked whether its working correctly or not and so I did it in the form of an example. But if you...

@lpranam I have made the necessary changes as suggested .