Frisda Sianipar
Followers: 0 Following: 0
Statistik
14 Fragen
0 Antworten
RANG
76.539
of 295.448
REPUTATION
0
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
78.57%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
find fractal dimension value
i have the code to find fractal dimension value, but the image limit that can be calculated is only up to 512 x 512. So here I w...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to prove that the code is correct to generate fractal dimension values
i have found code to find the value of fractal dimension use box-counting method. this is the link : https://www.mathworks.com/...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to write the name of file into entry of matrices?
I want to write the name of some pictures as a entry of a matrices i have code like this: myFolder = uigetdir; filePattern = ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
convert knnclassify to fitcknn
please help me to convert knnclassify to fitcknn x=readtable("datatraining.xlsx"); latih=x; group=latih(:,3); latih = [latih...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Index in position 2 exceeds array bounds (must not exceed 1)
i get error on this code, can anybody help me please? The error: Index in position 2 exceeds array bounds (must not exceed 1). ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Save the value of fractal dimension
this example value that i want to save
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
remove backgroung from the image
Can you help me to remove the backgrond from the image? this is example of image
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Classification data with knn method
Hello, I have this dataset and I want to classify it using the knn method and also find the performance accuracy of this classif...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
To repair the error about classification
indices = crossvalind('Kfold',label,5); cp=classperf(label); for i = 1:5 test = (indices == i); train = ~test; class =knnc...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
to search fractal dimension
This is already the segmentation stage, and I want to find the fractal dimension but it has an error. Can someone help me? im...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Save multiple image automatically
Hi, I'm a final year student at a university in Indonesia. Actually I tried reading the image in matlab and then applying certai...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Save multiple image automatically
image_folder = 'F:\kuliah\semester6\TA2\mencoba'; outfolder = 'F:\kuliah\semester6\TA2\mencoba\hasil'; if ~isdir(outfolder); m...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to save the output image
citra=imread('ISIC_0024336.jpg'); figure, fig1=imshow(citra); load mri V = squeeze(citra); citra3=montage(reshape(V,size(cit...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to repair the error of read multiple images in one folder and proceed directly to the background removal stage and generate fractal dimension values from those images
%-Read Folder clc; clear all; image_folder = 'F:\kuliah\semester6\TA2\Implemen'; filenames = dir (fullfile(image_folder, '*....
fast 4 Jahre vor | 1 Antwort | 0