Question


problem in saving/writing 3D images.
I had 30 2D images. I concatenated it and made it a 3D image. The 2D and 3D images were of uint8 datatype. I wanted to save or t...

3 years ago | 1 answer | 0

1

answer

Question


Query regarding using image3Dinputlayer
I am designing a 3D CNN. I have 3D images whose first two dimenisons are height and width. The third dimesion is number of image...

3 years ago | 1 answer | 0

1

answer

Question


Problem in imwrite command
I am stuck in a piece of code. Sometimes it works absolutely fine and sometimes the same code shows error. Let me explain the en...

3 years ago | 1 answer | 0

1

answer

Question


Calling videos from a folder in every iteration
clc; clear all; close all; number=45; strng=num2str(number); Folder = 'D:\project\Fingerspelling pics\'; for k=1:length(st...

4 years ago | 1 answer | 0

1

answer

Question


Callback functions for displaying videos
I am making a GUI in Matlab using AppDesigner. It displays a video after pressing the push button. This video is already stored ...

4 years ago | 1 answer | 0

1

answer

Question


Removing blurred part in intermediate images in morphing of images.
I am working on image morphing of two hand gestures. I also got intermediate images. I am attaching here 1)Source Image 2) Targe...

4 years ago | 1 answer | 0

1

answer

Answered
AppDesigner questions: 1) Image path 2) numerical value output
For your 1st query: Select image from the component library (on the left side of App Designer) and then in the component browse...

4 years ago | 0

Question


extract key frames from video
I am writing a code having following steps to extract key frames: 1) Read frames from video (let us suppose we have 700 frames)...

4 years ago | 0 answers | 0

0

answers

Question


draw human hand using geometrical figures?
I want to draw a human hand model using matlab. Can I draw it using geometrical figures like rectangle, cylinder, circle or some...

4 years ago | 1 answer | 0

1

answer

Question


hand gesture synthesis/animation using inverse kinematics
I want to perform hand gesture synthesis or hand gesture animation using inverse kinematics or robotics toolbox. Can anyone sugg...

4 years ago | 0 answers | 0

0

answers

Question


Fibonacci Series in cody Challenge
I am solving Fibonacci series in Cody challenge. I have written the following code and it is running well in MATLAB editor. here...

5 years ago | 0 answers | 0

0

answers

Question


Problem 10 of MATLAB cody challenge
I was trying to solve this question in cody challenge: Problem 10. Determine whether a vector is monotonically increasing. I tri...

5 years ago | 3 answers | 0

3

answers

Question


not providing a fixed input
suppose I write a code: function c=sum_of_two_numbers(a,b) a=7; b=8; c=a+b; end here I have provided values of a an...

5 years ago | 1 answer | 0

1

answer

Question


I was having problem in finding description of the function "mwltelibrary". How can I know about it??
When I used function "lteTurboEncode" and went through it's internal program I found that a function "mwltelibrary" is present ...

6 years ago | 1 answer | 0

1

answer

Question


storing values from a for loop
clc; clear all; close all; for k=-2:0.5:2 x=k; x(k)=x; end I have to store values of x from -2...

6 years ago | 1 answer | 0

1

answer

Question


Regarding Purchase of Camera
Hello Everyone. I am doing a project on Sign Language which will be encompassing the field of Computer vision, Image Processing,...

6 years ago | 1 answer | 0

1

answer

Question


solving equation when values of input are constantly varying
i have an equation 't = 0.01 * P^(-0.25) exp( 6000/tg)', where p and tg are varying everytime. finally i have 32 values of tg an...

7 years ago | 0 answers | 0

0

answers

Question


problem in calculating mean from the required element of matrix??
I have a matrix mat6 of dimension 1-by-210. j =210. I am applying a threshold condition on mat6 and then i need to calculate the...

7 years ago | 2 answers | 0

2

answers

Question


Print a statement to the Command Window
I am writing a program. I want to display the statement 'job done' as the output in the Command Window. How can I do it?

7 years ago | 4 answers | 5

4

answers

Question


gray2rgb conversion
how can I convert a grayscale image into RGB image?? Thanks navneet nayan

7 years ago | 1 answer | 0

1

answer

Answered
Optical flow vectors for a 3D Image
to calculate optical flow vectors, we should use: flow = estimateFlow(opticFlow,I) where I(the input image) is a gray sc...

7 years ago | 0

Question


how can we see the inner programming of any function??
i am using the function "gradient". i want to see it's inner programming. can i see it. thanks Navneet nayan

7 years ago | 2 answers | 0

2

answers

Question


how to extract and save frames in a video ??
I am using the following code to read and extract entire frames of a video, but problem is the frames are stored in "multi" as s...

7 years ago | 5 answers | 1

5

answers

Question


getting absurd result in For loop
multi = dir('D:\testing\abrupt\*.jpg'); for i = 1:2:length(multi) filename = strcat('D:\testing\abrupt\',num2str(i),...

7 years ago | 2 answers | 0

2

answers

Question


problem in for loop
for i = 1:2:n filename = strcat('I:\testing\8y\',num2str(i),'.jpg'); I = imread(filename); ...

7 years ago | 2 answers | 0

2

answers

Answered
How can I show the values from vision.CascadeObjectDetector?
hello Alvindra, what i know about vision.CascadeObjectDetector is u can only change it's parameters like classification model, s...

7 years ago | 0

Question


how can I resolve the error related to corr2 in my code ??
my code is: clc; clear all; close all; tic; i1 = imread('G:\testing\abrupt\ed1ac\1.jpg'); i2 = imread('G:\te...

7 years ago | 1 answer | 0

1

answer

Question


how can we find the percentage of similarity between two matrices ??
i have two 1280-by-720 matrices. after looking the elements of those two matrices, both appears nearly equal. please tell me how...

7 years ago | 2 answers | 0

2

answers

Question


how can i find the location of the largest element in a 2-D matrix not in a column or row matrix?
I was getting a 1080-by-1920 matrix and i have to find the location of the largest value of the matrix, so how can i find it. I ...

7 years ago | 1 answer | 0

1

answer