Statistics
33 Questions
0 Answers
RANK
37.593
of 295.486
REPUTATION
1
CONTRIBUTIONS
33 Questions
0 Answers
ANSWER ACCEPTANCE
30.3%
VOTES RECEIVED
1
RANK
of 20.236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How can i get a pathname with \*.jpg for an image folder.
I am using 1. folder_name = uigetdir('C:\Users\Student\Documents\MATLAB\matlab program folder') 2. dirNamev =('C:...
meer dan 10 jaar ago | 2 answers | 0
2
answersQuestion
Can a gui be used passing input parameters and without output parameters?
I have my gui written function varargout = gui3(actualv, Lsoftv, EV1, EV2,I1) I want to know whether the gui is working...
meer dan 10 jaar ago | 0 answers | 0
0
answersQuestion
once matlab is closed is there any way to edit the gui which was working previously.
I was previously working on a gui figure. I closed matlab and when i reopend i am not able to change pushbotton position. Is the...
meer dan 10 jaar ago | 2 answers | 0
2
answersQuestion
How to get the variables into workspace while running GUI?
I have small functions and scripts inside my GUI. When i run my GUI I cannot see any variables and its datas in my workspace. Th...
meer dan 10 jaar ago | 2 answers | 0
2
answersQuestion
How can i use pushbutton callback in opening function callback?
I have a very long script file.But inorder to fix it in GUI, i have divided it into small functions. The program starts with GUI...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
Intepretation of image histogram
I am attaching a figure which shows the histogram of an intensity image(0-1)scale. Can somebody interpret the graph so that i ca...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
help in inserting figure and also open another window using a gui.
I have written script files which includes functions in it. These functions deal with displaying figure. What is that i should d...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
how to set region inside roi (polygon) to 1.
I have a polygon drawn on an image using impoly. I want to set the region inside the polygon to 1. Can it be done. Please help m...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
How to get all xy coordinates within a connected polygon.?
I have a polygon using impoly on an image.Is it possible to get all the pixel coordinates within that polygon.
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
How can i extract a set of data if the corner points are known(not square) from a large matrix?
I have an image and using impoly image handle i can draw a polygon and get the x and y coordinates of the corner points.It is no...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
How can i set few pixels to a particular color(red) in a gray scale image?
The image is gray scale.If i can get a condition to select some pixels, (say for all x>100 or anything), I want those selected p...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
How to call a function in which an image is to be displayed finally using GUI
example ###### I=imread('img1.jpg'); function [ C ] = imfun( I ) imshow(I) end I want to display an the image I using GU...
bijna 11 jaar ago | 0 answers | 0
0
answersQuestion
Is there any method to get the depth of the object from an image
I an image where in i have a window, can i get the dimensions or the depth of the window from this image.
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
Converting image class from single to double loose some data?
I have hdr matrix created through makehdr command. This matrix is mxnx3 of class single. I want to convert the sRGB color spa...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
on separating RGB values for each pixels of an hdr image, what is the type : sRGB or RGB?
The input images are of color space sRGB. While creating hdr(of class single) from few LDR jpg images, and the pixels are separa...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
How to find the azimuth and elevation angle of an object from the image?
I have an image in which i have a side window.I want to calculate the solid angle subtended by it at the centre of the image. A...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
How can i observe a 3 dimensional matrix(hdr) using pcolor command?
I have with me, file={'img1.jpg','img2.jpg','img3.jpg','img4.jpg','img5.jpg'}; hdr = makehdr(file); hdr is 1728x259...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
how to detect occupancy from images?
I have two images of same scene with me and what i want is to check for occupancy(whether the scene is occupied with any people)...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
Will fish-eye images work in matlab?
I am planing to work with auto bracketed images taken with fisheye lens.My aim is to create an HDR image.so i wanted to know whe...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
Is firmware necessary for beagleboard to work correctly after support package is installed?
I have downloaded and installed the support package for beagleboard. But the firmware download is getting failed showing downloa...
ongeveer 11 jaar ago | 0 answers | 1
0
answersQuestion
how to interface beagleboard with matlab simulink?
I am planning to work with simulink which i need to use the beagle board for image processing.But that tool box is not there in ...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
How can i read coeffictents stored in workspace from excel into matlab?
After plotting, i did basic fit for my plot. The coefficients are saved in the workspace excel sheet.I require them for further ...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
content of makehdr function
Is makehdr function using camera response curve for creating the hdr image?
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
Is there a relation between absolute and relative luminance with RGB pixel values?
I think the display devices shows the luminnce values ranging from 0-255. I have got the relative luminance from r,g and b value...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
Can the hdr image be saved to png format?
Once the hdr image is created as it cannot be displayed,can it be saved to .png format for loss less compression? Also can the i...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
Will there be a difference in R,G and B values before and after tone mapping?
An image is read and hdr is created using makehdr command. when displayed using imshow, RGB values are showing value 1.After ton...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
R G B values range of an hdr image in matlab between 1-256?
After creating an hdr image,it is tone-mapped and displayed.The RGB values are collected using the command impixel. 1. *Is the ...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
Code for finding luminance from the hdr image
I have 5 jpeg images with me and i need to find the hdr image.Is there a particular code for finding the same using matlab.
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
how to find calibration factor for luminance measurements?
1. To find the luminance of a particular scene, the luminance from matlab is not matching with that of actual luminance.So i nee...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
Is it posible to use images with jpeg-hdr format?
How can we use images with jpeg-hdr format with matlab? jpeg-hdr format is used to store the hdr information inside jpeg file. ...
ongeveer 11 jaar ago | 0 answers | 0