Community Profile

photo

K M Ibrahim Khalilullah


Last seen: 3 mesi fa Attivo dal 2016

Statistiche

  • Explorer
  • First Review
  • Thankful Level 4

Visualizza badge

Content Feed

Visto da

Domanda


What operations are performed during testing/prediction of train()?
Let see the example: %%%Here input x and targets t define a simple function that you can plot: x = [0 1 2 3 4 5 6 7 8]; t = [...

6 mesi fa | 1 risposta | 0

1

risposta

Domanda


Does the eig() function return normalize eigen vector (unit length)?
The function eig: [V, D]=eig(A); The V is normalized(unit length) or not?

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


How can I convert 3d MRI data (128x128x27) into 4d (128x128x1x27) for visualization using montage?
I am going to visualize my mri data using the tutorial: https://www.mathworks.com/help/images/exploring-slices-from-a-3-dimensi...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


How many ways are generally used for image segmentation using only Image processing?
I want to segment an image using image processing (without using machine learning). How many ways are used for segmentation? gen...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Object oriented programming problem?
I writing a program using object oriented programming in matlab 2016b. The program gives the following error: Error using MyP...

circa 5 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I install image acquisition toolbox from a CD?
I have a CD with two files, InstallKey.txt and network.lic for Image acquisition Toolbox. >>How can I install it? The Toolbox...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


How can I map data from [min1 max1] into [min2 max2]?
I have an array data as for example : [ .3 .5 .8 .1 0], where min1=0 and max1=0.8. Now I would like to map the into the another ...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I remove big rectangle , which contains small rectangle?
I want to remove the rectangles, which contain small rectangles with specific sizes. The big rectangle marked by arrow.. <</m...

circa 6 anni fa | 0 risposte | 0

0

risposte

Risposto
accumarray error: Second input VAL must be a vector with one element for each row in SUBS, or a scalar
Solved this problem by avoiding third argument of the function. The program is Ok now. Thank to all

circa 6 anni fa | 0

| accettato

Domanda


How can I transform points (pixel points) of the same different size images ?
I have attached an figure, here we see two images A and B, but they are different size. I have the points of a rectangle (e.g., ...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


accumarray error: Second input VAL must be a vector with one element for each row in SUBS, or a scalar
Error using accumarray Second input VAL must be a vector with one element for each row in SUBS, or a scalar. Error in descr...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I handle the "Index exceeds matrix dimensions error" by programming?
I have stored data in a structured variable, like this: data(1).pp(1,:)=[3 4]; data(3).pp(1,:)=[3 4]; but the index 2...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I extract or estimate crack region from a segmented image?
I have segmented an image using global threshold. The image is shown below. <</matlabcentral/answers/uploaded_files/98984/1....

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Is it necessary to normalize a training data for KPCA?
I download some code from matlab file exchange. But nobody ensures about the data normalization that the data has zero-mean(appr...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


What is the difference between observation and variable in case of pca() function?
I have a matrix with m rows and n columns that is built from n number of individuals for person identification. So, n is the nu...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Why MEX cannot find library 'm' specified with the -l option?
I compiling some c files to make mex files in windows 10 64-bit operating system. but when I run it gives the following error: ...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Building Mex file error?
I going to build mex file, but it give these error: warning C4244: '=' : conversion from '__int64' to 'long', possible loss ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Reading frame from a 4K video?
I am reading a 4k video using the following code but all frames are black! v = VideoReader('video1.mp4'); j=1; while ...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Timeout Error for getsnapshot(obj) function?
I am using DFK 33UX290 camera. My matlab version is 2015b. My program looks like this: obj=videoinput('winvideo',1,'RGB6_64...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Mex error: "error C2664: 'mxCreateNumericArray_730' : cannot convert parameter 2 from 'int [2]' to 'const size_t *'"?
the code is look like this mxArray *mxconf = NULL; mxconf = mxCreateNumericArray(2, maps_dim, mxSINGLE_CLASS, mxREAL);

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I multiply matrix with multiple vectors without loop?
I have a matrix R of size 3by3 and vector matrix T (multiple vectors) as illustrated in Figure. How can I get the output as I sh...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


What is internal math of the pointsToWorld() function?
I would like to know about the internal math of the pointsToWorld function.... I have image point, cameraParams, rotationMatri...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I manually change origin for camera calibration?
Generate the world coordinates of the checkerboard corners in the pattern-centric coordinate system, with the * _upper-left corn...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Is trainFasterRCNNObjectDetector function available in Matlab 2016b?
I want to detect object using Faster R-CNN Deep Learning. Is it possible or to use _trainFasterRCNNObjectDetector_ in matlab 201...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How can I save only content of matlab figure ?
i am using the following code: fig=figure,imshow(RIm); saveas(fig,'22.jpg'); It saves as image but with white border. How c...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I use TensorFlow library from matlab environment?
I want to use or access TensorFlow library from Matlab environment, especially for machine learning. How can I use TensorFlow li...

oltre 7 anni fa | 5 risposte | 2

5

risposte

Domanda


vec2ind is not supported for code generation?
vec2ind is not supported for code generation. Is there any other way to solve this issue?

oltre 7 anni fa | 1 risposta | 1

1

risposta

Domanda


Output data size does not match net.outputs{1}.size?
I want to use self-organizing map for classification. My code is give n below: load('TR10by10.mat'); FMat=double(Tr1...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Automatic threshold estimation method for shadow detection?
I want to detect shadow and remove it from image. However, I download a code from matlab file exchange: https://www.mathworks.co...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding end points of lines in an image?
I have all points of lines in an image. I want to find the end points of the lines, shown in image (circle marked).... <</mat...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Carica altro