Community Profile

photo

Raman kumar


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Problem in Matlab Standalone Application
I have created exe of my project. It is started and some part of GUI it shows but rest of the part is working. It gets closed. A...

8 years ago | 0 answers | 0

0

answers

Question


Limited Row and Column value of Images
I have three individual plane values of 208 images in three variables, and the size of each variable is 128*128. How to select t...

8 years ago | 1 answer | 0

1

answer

Question


Walsh and Inverse Walsh Transform and MSE
I have applied Walsh transform on 3-D images of folder and then Inverse Walsh. After that when i am calculating MSE of each imag...

8 years ago | 0 answers | 0

0

answers

Question


What will be the answer if we multiply walsh(N)* walsh(n)' ?
The Matrix outcome, when we multiply walsh and its transpose?

8 years ago | 0 answers | 0

0

answers

Question


How to find mean square error of row mean values?
close all; clear all; clc; Dir = 'F:\Stuff\Dataset\SignDataset_Sobel\'; count=0; for i = 1:208 xImgs...

8 years ago | 1 answer | 0

1

answer

Question


Mean Square Error (MSE)
there are 208 images and the Dimension of each image is 256*256, now for each image I have extracted RGB value i.e 256*3 (768) t...

8 years ago | 2 answers | 0

2

answers

Question


Matlab: I want to perform skin pixel detection on those 208 images and the conditions are like this (R,G,B) is classified as : R>95&G>40&B>20 & max{R,G,B}-min{R,G,B}>15 & |R-G|>20 & R>G & R>B on single i am able to apply but on folder i am not gett
I want to perform skin pixel detection on those 208 images and the conditions are like this (R,G,B) is classified as : R>95&G>4...

8 years ago | 1 answer | 0

1

answer

Question


how to store rgb value of multiple images in matlab?
I have 208 images in the folder I want the RGB values of those images present in the folder and to store them ? i was trying wit...

8 years ago | 2 answers | 0

2

answers