![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8083361_1522124676560_DEF.jpg)
prashant singh
Followers: 0 Following: 0
Statistica
RANK
11.266
of 297.016
REPUTAZIONE
4
CONTRIBUTI
33 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
57.58%
VOTI RICEVUTI
3
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Fill the region of rotating bounding box with nearest pixel value
I have a rotating bounding box in an image. I want to fill region inside the bounding box with nearest pixel values outside the ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
crop the image but keep the dimension same
I am cropping the part of an image using imcrop. Then I am performing some operation on the cropped part and getting coordinates...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculate the centre of the bounding box.
I have a bounding box of obtained from bwregionprops. How can i get the center of that bounding box?
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
Fitting the curve on poyfitn model
i have 3d data and i have created curve on the data using the <https://in.mathworks.com/matlabcentral/fileexchange/34765-polyfit...
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
fitting a curve on 3d data
i have 3d data and I have plotted it using scatter3(data(:,3),data(:,1) ,data(:,2)); <</matlabcentral/answers/uploaded_...
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
fitting the curve or line in 3d data and extendng the curve the end
I have the 3d data(attached), where the first two columns represent the xy coordinate of point in a image and third column is my...
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
SVD line fitting or ransac line fitting in multidimensionl image
i have a multidimensional image of size 1024*512*128. For each slice(1024*512), I have single point from the mid slice of an ima...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
3d image visulalisation
I had set of 2d slices of 3d images. I combine them into array of size 1024*512*128. I have tried to visualize the 3d image usin...
circa 7 anni fa | 6 risposte | 0
6
risposteDomanda
Cropping the image with boundary condition
I am tracking an object in an image. Once the object is located i am cropping the image of size 120*60 using crop1=imcrop...
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
.mat to csv
i have a mat file which has 5 cells.Each cell has 16 rows. i want them to write it into csv files where each column of csv conta...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
extending the line/curve in image and get the coordinate
I have an image and I have fitted curve/line through a set of points. <</matlabcentral/answers/uploaded_files/90713/fitted.j...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
finding consecutive NaN in matrix
i have a vector like [1,2,3,4,NaN,NaN,NaN,7,8,9]. I want to find if there is 3 consecutive NaN present in the vector. i can go f...
oltre 7 anni fa | 2 risposte | 2
2
risposteDomanda
find the certain region in image
i have a set of image database. I am providing two images for my query. I want to find the region marked in blue. <</matlabce...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
how to find the change in curve
i have plotted a curve on my image. The curve is shown in red. I want to find the jump in my curve with some good algroithm. The...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
Dimensions of matrices being concatenated are not consistent.
I have 1*512 cell and i want it to convert in matrix so i am trying to use cell2mat but i am getting this error : Error usi...
oltre 7 anni fa | 2 risposte | 0
2
rispostefind the matching coordinates in two matrix
Using _ismemeber_ function to solve this
oltre 7 anni fa | 1
| accettato
Domanda
find the matching coordinates in two matrix
i have matrix containing certain x and y coordinates of images. I have another matrix which have x and y coordinates of images. ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
detecting the object and moving the bounding box along the straight line
I have the set of OCT image and I have found the tip of the needle. While moving through the slices I can locate the tip and dra...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to find the bounding box around the tip of needle
I have image set of a needle. I am posting two images as an example. I want to find the tip of the needle and draw a bounding bo...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
controlling the transparency of the overlay image
I have overlay one RGB image on the top of another RGB image. Result attached. I have issue with the resulting image, The perso...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Resize the object in binary image
I have a binary image of size 1000*1002. I have some multiple objects inside the image. I want to resize the objects and put it ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Image overlay from certain position in the background image
I have 2 images and I am overlaying object from image B on the image A. I want to overlay at the certain position on image A. Fr...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
extract image from segmentation and overlay it
i have to extract the person from the image(mask_crop.png) and overlay it to the other pgm(sample.zip) image. i have already tri...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
extract a person from segmented image
i have a segmented image and i want to just extract the person from the segmented image. I have tried thresholding with values 1...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
find patches of images by updating the center of the patch
how can i extract patches from the image if i have the centre of starting patch and dynamically updating the centre coordinate o...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
finding the center of the pixel
i have a medical image (attached). I want to find the patches from two images(original and the deformed version of original) wit...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
Trouble with function returning a variable which has a image set
I have a function which creates patches for the given image. It returns a cell which contains all the patches. If the image I p...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
Adding a set of images in a variable
i have a program which produces patches from a given image. i want store the patches in a variable and then once the program fin...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
structuring of folder name
how can i divide the path like C:/document/data/data-1/ into a structure which contain name of individual folder like {document,...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
accessing multiple images from multiple folders
i have multiple folders .Each folder contain multiple images. i want to perform some transformation on those images and once it...
oltre 8 anni fa | 0 risposte | 0