The threshold tag has no wiki summary.
6
votes
2answers
97 views
What should be the ideal thresholding technique for enhancing parts of the image?
What thresholding techique should i apply for the image in order to highlight the bright regions inside the image as well as the outer boundary..
The im2bw function does not give a good result
...
6
votes
2answers
364 views
How to I use PIL Image.point(table) method to apply a threshold to a 256 gray image?
I have 8-bit greyscale TIFF images that I want to convert to Monochrome using a 75% white (decimal 190) threshold. In the Image.convert(mode) method section, the PIL manual says:
"When translating ...
6
votes
1answer
149 views
Notification of memory shortage in Java
Is there any delivered feature in Java notifying a memory shortage in an application (or notifying that it has reach a predefined level)?
I was wondering whether it was possible to register a ...
3
votes
4answers
416 views
Fast RGB Thresholding in Python (possibly some smart OpenCV code?)
I need to do some fast thresholding of a large amount of images, with a specific range for each of the RGB channels, i.e. remove (make black) all R values not in [100;110], all G values not in [80;85] ...
2
votes
2answers
139 views
Difference between adaptive thresholding and normal thresholding in opencv
I have this gray video stream:
The histogram of this image:
The thresholded image by :
threshold( image, image, 150, 255, CV_THRESH_BINARY );
i get :
Which i expect.
When i do adaptive ...
2
votes
1answer
150 views
efficient filter of an array with numpy
I need to filter an array to remove the elements that are lower than a certain threshold. My current code is like this:
threshold = 5
a = numpy.array(range(10)) # testing data
b = ...
2
votes
2answers
86 views
Add Constraints in a Conditionnal Query/Operation in Mathematica
I use the following function to perform a conditional operation on a List:
consider[data_, conditionCOL_, conditionVAL_, listOfCol_] :=
Select[data, (#[[conditionCOL]] == conditionVAL) &][[All, ...
2
votes
1answer
291 views
Matlab Image Processing:How to Proceed to retain just the veins as black?
Hai I have this Ir image that has captured the veins under the skin.I want to process this image so as to retain just the veins as black colour and get everythin else as white .Then I want to generate ...
2
votes
2answers
532 views
Matlab:How to eleiminate the black background and retain the region of interest in my image?
I have the following IR (infrared) image of a human fist captured with a webcamera converted to work in IR. The picture has captured the veins under the skin. What i want to do is just retain the fist ...
1
vote
1answer
90 views
opencv: Ways to extract an area
I'm looking for a good solution how to segment large areas of similar gray shades in opencv in a video stream.
This is my image for example:
To get this image i already did histogram equalization. ...
1
vote
1answer
301 views
How to count steps using an Accelerometer?
I have to develop the same functionality as of this Pedometer App
I have observed this Pedometer app in very high detail.
It's not a perfect pedometer app. For example, if you stay/sit at one place ...
1
vote
3answers
283 views
Segmenting Part of the image using threshold
Im trying to isolate and segment the yellow car body to change the color of it. in order to do that i need to separately identify the body from the image. And continue oration with the remaining white ...
1
vote
1answer
186 views
Photoshop like Magic Wand for selecting pixels of a similar color, but in VB.NET
Im a noob.
I need to write some vb.net code that looks at a picture and "removes" the blackish pixels.
Here's the scenario. A wound care doctor takes a picture of a persons hand on a flat bed ...
1
vote
1answer
343 views
How to set the value for thresholding for detecting trees in Matlab?
I am new in Matlab. I have a picture which includes a building,a person, a small river and some trees. I need to threshold the green band (I guess) to detect trees with erosion dilation etc. However, ...
1
vote
1answer
437 views
Problems with PIC A/D conversion
I am trying to read analogic signal for a sort of mouse with a pic18f14k50 controller. Here the simple circuit: http://dl.dropbox.com/u/14663091/schematiconew.pdf . I have to read analogic signal from ...
1
vote
1answer
2k views
SharePoint 2010 - List view threshold: What does not trigger the threshold?
In SharePoint 2010, we have the List View Threshold, which defaults to 5,000, and:
Specifies the maximum number of list or library items that a database operation, such as a query, can process at ...
1
vote
4answers
834 views
Damerau - Levenshtein Distance, adding a threshold
I have the following implementation, but I want to add a threshold, so if the result is going to be greater than it, just stop calculating and return.
How would I go about that?
EDIT: Here is my ...
0
votes
1answer
36 views
Thresholding for a colour in opencv
I am trying to set up my programme to threshold for a colour (in BGR format). I have not fully decided which colour I will be looking for yet. I would also like the program to record how many pixels ...
0
votes
2answers
235 views
Python OpenCV - Find black areas in a binary image
There is any method/function in the python wrapper of Opencv that finds black areas in a binary image? (like regionprops in Matlab)
Up to now I load my source image, transform it into a binary image ...
0
votes
1answer
104 views
Image local thresholding
I have an image to which I want to apply segmentation using local thresholding. This requires the following steps:
first segment the image into many sub-images
implement local thresholding by ...
0
votes
1answer
31 views
Check if analog value is within threshold
I'm reading an analogue value from a Pin on a µC.
I want to check periodically if the value has changed more than x.
Here, I am using the abs() function, but I want to keep it simple.
Can you help ...
0
votes
0answers
54 views
Google Maps - Too Many API Calls?
We are experiencing a problem where the pins on our map are not always appearing. Here is how our system is setup:
We have a C# script running which collects data from our website, pings Google with ...
0
votes
1answer
266 views
(Adaptive) thresholding in opencv error (Bad argument (Unknown array type) in cvarrToMat)
I'm trying to use thresholding on my video stream but it is not working.
My video stream:
Mat *depthImage = new Mat(480, 640, CV_8UC1, Scalar::all(0));
Then i try to do the adaptive thresholding, ...
0
votes
1answer
100 views
Detect the circle and measure pixels
In this image I need to detect the vehicle rims and measure the pixel length of the rims via image processing. I think I should follow the circular Hough Transform for circles. can you guys please ...
0
votes
1answer
53 views
Why is this not showing any results in PictureBox?
I'm trying to change an image to black and white on a variable threshold for use in an ocr program. My problem is that I'm not seeing any results in the image that is supposedly processed. I do ...
0
votes
1answer
228 views
Android ACTION_MOVE Threshold
I'm writing an app that involves writing on the screen using one's finger, or eventually a stylus. I have that part working. On ACTION_DOWN, starts drawing; on ACTION_MOVE, adds line segments; on ...
0
votes
1answer
228 views
Issue implementing Energy threshold algorithm for Voice Activity Detection
I am trying to implement the energy threshold algorithm for voice activity detection and not getting meaningful values for energy for frames of size wL.
wL = 1784 // about 40 ms (
const double ...
0
votes
0answers
59 views
May I know any Javascript library that can do Threshold and blob analysis?
Any idea/links that the javascript can perform this function. Library or function from any website is always welcome. Thank YOu.
0
votes
1answer
206 views
Android - How to record amount of time that accelerometer is over+below a threshold over a long period
In my app I want to count for how long the accelerometer is over a certain threshold, but i'm unsure of how to do this.
The sensitivity of my accelerometer is set to 'SensorManager.SENSOR_DELAY_GAME' ...
0
votes
1answer
304 views
choosing a threshold value to compute the similarity between two images in matlab
In order to compute the distance (D) between the query image feature with each image database feature and display (n-similarity images to the user).
I try to use the following approach:
I choose two ...
0
votes
1answer
261 views
Adaptive thresholding for scanned images
I would like to improve a number of images accquired with document scanning, does anybody have any VB sample code for dynamic thresholding to achieve a result something similar to the images shown at ...
-1
votes
0answers
51 views
How to determine that the red region is the barcode?? - MATLAB
I want to cropped out the barcode out but I need it run a block filter first. If it is less than 20x20, then will remove the other object and cropped out the image. How can I add this to my current ...
-1
votes
2answers
55 views
Count white pixels in a thresholded image [closed]
I have thresholded an image for a certain colour. i want to get the number of pixels of that colour(white pixels in thresholded image).
-6
votes
0answers
88 views
Extracting blood vessels through image processing. Wrong result [closed]
I have the following image
My goal is to obtain the blood vessels in the image as thin white lines on a black background. So I wrote this code in matlab
clear all
...