Questions tagged [adaptive-threshold]

80 questions
-1
votes
1 answer

Matlab - Dynamic Thresholding

I am trying to make a dynamic thresholding, but It is appearing some errors. I am trying to adapt from this code: http://www.inf.ed.ac.uk/teaching/courses/ivr/lectures/ivr5hand.pdf function [Output ] = dinamicthresh() [filename,pathname] =…
-1
votes
1 answer

Various Thresholding Methods Implementation in Python Opecv2

I want to compare the performance of various thresholding methods. Literally, I found various thresholding methods are Histogram shape based methods (Ex:- Otsu Method) Clustering based methods Entropy based methods Attribute similarity methods…
Thamizh
  • 566
  • 3
  • 6
  • 16
-2
votes
1 answer

Adaptive thresholding Matlab-Opencv

I wanted to apply cv.adaptiveThreshold (opencv) through matlab on 8-bit single-channel uint8 image but I am always getting error. I have tried following code from this website: https://kyamagu.github.io/mexopencv/matlab/adaptiveThreshold.html th =…
Sam
  • 457
  • 1
  • 7
  • 15
-2
votes
1 answer

Segmentation using a thershold

I need to segment an object from background. As the starting point I assume there is a single object in the image and my task is to separate it from the background and create a binary image ( 0 -for background and 1 - for object). I read some stack…
-2
votes
2 answers

How can I segment bones from an x ray image?

I want to remove the skin particles from my X-Ray of hand image. I want bones as white Color and all other areas including the skin area in the x ray as black. I am doing my project in mat lab.
1 2 3 4 5
6