Frage


Problem with defuzz method
Hello, I have an image and fuzification with one triangular membership function. Now i just defuzzy with 'centroid' . but i ha...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Find CDF in image
Hello, I have an image and i want use CDF function for find CDF 0.5. How can use CDF function in matlab? I read help but i ca...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I can't use sigmf
Hello, I reading help in matlab and i can't create sigmf and i don't know what is a and c parameter? How can create similar it...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I can't use sigmf
Hello, I reading help in matlab for sigmf function. But i can't understand how create similar this and what is a and c parame...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Plot x and y with two function
Hello, I want plot x and y , but i can't x = rand(65000,1); if x <= 0.5 y = sqrt...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need Random many numbers
Hello, I need 65000 random number between 0 to 255. I can't create it with linspace Thanks

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


All result is integer instead double
Hello, Why all result after divide isn't double? Just zero or one :( Thanks input = imread('cameraman.tif'); B ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Problem with PSNR function
Please help me

mehr als 8 Jahre vor | 0

Frage


Problem with PSNR function
Hello, I install matlab 2015 and every input for PSNR function we have the below error s= imread('cameraman.tif'); f = ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Convert code to FIS
Hello, I write code for a fuzzy system without GUI in matlab. I write 'fuzzification' , 'Inference System' and 'defuzzificati...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what is wrong in this code in matlab?
Hello, I want write this formula but my answer in matlab always -Inf :( <</matlabcentral/answers/uploaded_files/50606/photo3...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Fault in result in formula
Hello, I want implement this formula . but i think it give me fault result. For example : X = 156 and Pmn should be .0540 but w...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


All result is zero !
Hello, I want write this formula but all result is zero :( <</matlabcentral/answers/uploaded_files/50584/adedfsef.JPG>> ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Grade of possessing in Image enhancement and fuzzy system
Hello, Now in implementing INT operator (Image Enhancement Using Smoothing with Fuzzy Sets) and i have two question. What mean...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Implement Contrast enhancement using an INT-Operator from fuzzy theory
Hello, I want implemented ' Contrast enhancement using an INT-Operator from fuzzy theory ' . We have membership function (I a...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


What is difference between min and min(min) ?
Hello, [m,n]=size(x); Min=min(min(x)); vs Min = min(x);

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


PSNR vs SNR in image Processing
Hello, What is difference between PSNR and SNR in image processing? Thanks

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Energy in image processing
Hello, I reading a paper (Recursive sub-image histogram equalization applied to gray scale images) . In this paper , we have '...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Ploting two graph logarithm
Hello, How can i plot graph these function? (assume not exist fractional) I want find which is greater than other. <</matla...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Determinane for large matrix
Hello, Why this is infinite ? det(randi(1000,1000));

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Image Enhancement with imfilter
Hello, Can i image enhancement with imfilter(or contrast enhancement)? I want enhance image with imfilter. similar histeq or ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Run GUI without using matlab
Hello, I create GUI with matlab with 'fig' extension. Now i want execute it another computer without using matlab. For exampl...

mehr als 8 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


Write in subplot below image
Hello, Can i write something in subplot?for example calculate with formula and then result write in subplot under two image?(no...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


uint8 vs int8 in imshow
Hello, What is difference between these? When i use int8 , the most of pixel been 127 and when i use uint8 the problem is sol...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Calculate Average around pixel
Hello, I want calculate average 3*3 around a pixel. but in my code i have a problem. Please view code and help me . Thanks ...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


use evalfis with 2 input
Hello, I have two input in my FIS. and in m-file i want send two number to FIS from m-file with evalfis. What i do? The under...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Problem with imhist after modify image
Hello, Why After histogram in 0 to 1 range? <</matlabcentral/answers/uploaded_files/47347/hispr.jpg>> I=imread('cameram...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Fuzzy image with two input
Hello, Now i learning fuzzy image processing, could you give me one good reference about it? And for start one example with ma...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can i edit subplot?
Hello, I want delete extra space in subplot. can i? Detele yellow color. <</matlabcentral/answers/uploaded_files/47207/sub...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Slow run in fuzzy image
Hello, I create simple fuzzy image but when run this program is very slow. (Unfortunately , i can't attach , fuzzy file in thi...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Mehr laden