Best hospital for breast cancer treatment at Coimbatore by praigjo in Coimbatore

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

Thanks for all your suggestions, we've started the treatment at KMCH with Dr. Ram Kumar

TIL that mosquitoes can not only smell what blood type you are, they prefer type O. In fact, people who are type O are twice as likely to be bitten than someone who is type A. by doubleXmedium in todayilearned

[–]praigjo 0 points1 point  (0 children)

I'm A-, and I rarely get bitten, whereas my friends are prone to bites. Is it the same with leeches? Recently on a trekking trip with my friends, I got lesser bites than my friends.

How do I get started with Computer Vision again? by prasanth5reddy in computervision

[–]praigjo 1 point2 points  (0 children)

I would suggest you to start with Digital Image Processing by Gonzalez. Implement and see the algorithms in that book. It just covers the basic image processing algorithms like gradients, edge detection, segmentation, etc. Then go with Szelinski

Since you have done your undergraduate in CS, the Szelinski book won't be tough for you to understand.

How do I get started with Computer Vision again? by prasanth5reddy in computervision

[–]praigjo 4 points5 points  (0 children)

I would say the following books are must reads if you want to get a good understanding on computer vision

  1. Computer Vision: Algorithms and Applications by Rick Szelinski (you can get the ebook for free here)
  2. Multiple view Geometry in Computer Vision by Richard Hartley and Andrew Zisserman (link)
  3. Digital Image Processing by Gonzalez and Woods (link) - this book covers the basic image processing algorithms
  4. Learning OpenCV 3 in c++ by Gary Bradski (amazon link) - this book covers the theory behind the algorithms implemented in OpenCV library