Nataliya
Followers: 0 Following: 0
Statistik
25 Fragen
0 Antworten
RANG
35.219
of 295.527
REPUTATION
1
BEITRÄGE
25 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
48.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Finding TP, TN, FP, FN using histc. First Input must be a real non-sparse numeric array (error)
I am finding TP, TN, FP, FN (confusion matrix) of predicted and actual image. smapImg is the predicted/output image and gtImg is...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Detect the changes in two images
I have two images of same scene. I want to detect the object that is in 1st image but not in 2nd image. Similarly the changes th...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Create narrow band of pixels under gray region
I want to create a narrow band of pixels (white pixels) neighbouring the lower side of gray region. Please see the attached imag...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
remove unwanted elements from color image
Hi, I want to remove unwanted small elements from color image (roughly highlighted in attached image). How can I do that? <</...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Remove small elements from color image
Hi, I want to remove small elements from color image e.g. the pink and white colored particles from attached image. How can I do...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Differentiate smooth and rough objects
I am trying to differentiate smooth object (as shown in left) and rough object (as shown in right). I tried solidity property fr...
etwa 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Select largest bounding box
I used this code to detect people peopleDetector = vision.PeopleDetector; [bboxes,scores] = step(peopleDetector,I); ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Divide histogram in three parts
Hi, I want to divide the histogram in three parts and define the ranges of three parts. minRed = min(red(:)); maxRed = m...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Read pixel by pixel value from two images simultaneously
I want to get pixel by pixel value from two images at once. For example, Get 1st pixel value of both images and so on. How can I...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to remove color cast from the image
How to remove green or blue cast from the image to restore it to the original one? I have tried many techniques like color balan...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Write mean square error of images in text file
I have some images and there ground truths and I want to calculate MSE of each image and write them in text file. I am evaluatin...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Unable to read image.JPG file
I am getting the error Error using imread (line 349) File "E:\GT\out_of_focus0016.JPG" does not exist. How can i reso...
fast 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Evaluate the quality of image using region-based precision and recall
How to evaluate the quality of image using precision and recall measures? I want to compare the segmented image against ground t...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Read Image sequences in order
Hello everyone, I am trying to read the image sequences. Images are named as Img_1, Img_2,....,Img_10. I am reading the images ...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Average of pixel difference from center pixel
I want to replace the value of center pixel by the average value of the pixel difference of its 3x3 neighboring pixels. How to d...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Similarity level of the pixel
Hi, I want to compute the similarity of the pixel with its neighbors. Basically what I want is to assign more weights to the pix...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Code Understanding Help Needed
Hello, I have some problems in understanding this piece of code. Anybody's help will be really appreciated. lambda=100; ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Object movement by estimating motion
Hello everyone, I have estimated the motion of the frame using optical flow. I want to move the object using the estimated motio...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Paste the cropped region of one image to another image
Hello everyone, I have a full pendulum clock image and another cropped image (only pendulum region). I want to place that pendul...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
draw rectangle on extracted region
Hello everyone, I have extracted the moving region by subtracting the video frames. Now I want to draw a rectangle over the extr...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Draw rectangle on optical flow points
Hello, I am detecting the moving object using optical flow. Here is the code to find the vectors of optical flow. %% Load i...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Draw a box around moving object
Hello, I am detecting the moving area of an object (e.g. moving pendulum of the clock) by subtracting one frame of the video to ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Obtain trimap of the image
Most image matting algorithms need image and trimap of the image as input. My question is how to get the trimap of the image? Is...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Normalized Cross Correlation for rgb image
Here is the code for to find normalized cross correlation between two images. function NK = NormalizedCrossCorrelation(ori...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
image intensity scale sub-divide into two ranges
I have an image. I obtain the histogram for that image and calculate probability distribution using the code below: if size...
fast 10 Jahre vor | 2 Antworten | 0