![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13996012_1540741077626_DEF.jpg)
john khnayzir
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
234 121
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
In my project, I generate random samples from N1, N2 ,N3 and i plot them and x is a 2 dimensional guassian distribution N(meani,sigmai). but I want also to plot the bayes decision regions for equal and different initial prob. can anyboby help me plz?
clear all close all %N1 mean1=[0 0]; sigma1=[1 0; 0 1]; %N2 mean2=[1 1]; sigma2=[1 0;0 4]; %N3 mean3=[2 2]; sigma3=[...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
I am trying to compress an image through DCT compression, but i have some problems on the idea of collecting zeroz and non zeros values for each 8*8 sub_blocks in order to get the probabilty for the huffman conding, can anybody help me please?
....... ........ for i=1:128 for j = 1:128 t=q_ca(i,j); t=cell2mat(t); b=ZigZagScan(...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
I am trying to apply DCT compression on an image 1024 *1024 but I want to divide this image into 8*8 sub blocks. How can I divide this image to 8*8 sub blocks? can anybody help me please
image_folder= 'C:\Octave\Octave-4.2.1\share\octave\packages\images' filename=dir(fullfile(image_folder,'*.jpg')) n = 4 f=fu...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
how can I display one of the images instead of displaying all? can anybody help me please
i am trying to read images from a folder and display one of them. image_folder= 'C:\Octave\Octave-4.2.1\share\octave\packages...
plus de 6 ans il y a | 2 réponses | 0