Hi! I am new to image processing and also not very familiar to Matlab. So, could any one tell me How separate different color spaces (RGB) & draw their Histogram using matlab or C#.
thankyou.
Me too i need to know!!
Finally, I did it using matlab and I will mail you. Hanan !
I know about library in C#.NEt
called "AForge.Net"
so easy and simple, try to read about it
thanks Nimer,
If I is you image n by m by 3 then (in matlab):
figure
subplot(131)
imhist(I(:,:,1)); %R
subplot(132)
imhist(I(:,:,2)); %G
subplot(133)
imhist(I(:,:,3)); %B
When I conducted the degassing experiment using decompression under anaerobic condition(and I used ferrous based chelating agent), the oxidized ferric were observerd. So, could you tell me the...
03 March 2021 4,892 5 View
Hi, I am after the reference below, my library says it cannot obtain a copy either locally or internationally, any help appreciated! Chris Wang ZM, Heshka S, Wielopolski L, Pi-Sunyer FX, Pierson...
03 March 2021 6,193 1 View
We have synthesized various metal complexes with different environment around the metals. Now to see the application of synthesized complexes we need this study also. we are also interested in...
01 March 2021 1,899 2 View
Hello everyone. I have conducted the research on post harvest longevity of tomato crop using plastic packaging and different doses of chemicals as two different factors. The design of experiment I...
28 February 2021 8,189 3 View
I am looking for anti-nuclear antibody (ANA) and anti-Phospholipid antibody ELISA kit for Non Human Primate serum samples. Any suggestions highly appreciated. Thank you.
28 February 2021 6,512 3 View
The antimicrobial effect of local anesthetics has been known for more than 50 years, but it still seems to have an unclear mechanism of action. which bacteria? which concentration? etc etc. ....
27 February 2021 4,450 2 View
24 February 2021 5,378 1 View
I used EdgeR to get the list of DEGs (differentially expressed genes) from my liver RNA-seq experiment. I have done the gene overrepresentation and GSEA based pathway analysis. I am currently...
23 February 2021 8,969 1 View
In the PVD of TiN thin films (~100A), I've found the resistivity of the TiN films dropped from ~100 to 60um*cm with N2 flow increasing up to the metallic mode ending point; then the resistivity...
21 February 2021 1,864 2 View
Dear colleagues We are exploring possible data collection methods for environment and behavior research in the context of architectural environments. Have you conducted any Post Occupancy...
16 February 2021 2,575 4 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
In R-studio, there are many commands of Gumbel package. Arguments are also different. I`m asking about the alpha parameter of the Copula which must be greater than 1. If this is the one used to...
25 February 2021 5,229 3 View
I understand there are a lot of software programs that can simulate DED by going through specific modeling, simulation, and commands. For me, that was time consuming and results were not accurate....
24 February 2021 4,428 3 View
Hello everyone: I am looking for a simple software program to model chemical bonds. The purpose is to generate a high-quality graphical abstract for a top leading journal in the field of...
23 February 2021 8,012 3 View
To be specific, I want to conduct an IV regression in stata with the following three equations. EQ1: Y1 ~Y2 Y3 X EQ2: Y2 ~ Z1 EQ3: Y3 ~ Z2 Both Y2 and Y3 are endogenous. However, Z1 and Z2 are...
23 February 2021 6,266 3 View
My real system (buck converter) can only take an input of 0 to 1 (duty ratio) and I need to constrain the system so the controller action keeps within this bounds. How can I do this? The code for...
22 February 2021 2,125 3 View
Hi everyone. I am researching droguht effects on soil water drought. I am looking for already implemented functions in R or Python to estimate soil water content from precipitation,...
21 February 2021 2,084 1 View
I have a basic knowledge on Python, R and MATLAB in analysing data. Among those, which is the best and user friendly? Which one should I learn deeply to analyse data?N:B: I want to learn data...
20 February 2021 3,950 15 View
Hi I am trying to segment a sentinel2 image. At this stage, I want to run a binary classifier that assigns each pixel to either farm or non-farm pixel. For this purpose, I have 4 10m bands...
15 February 2021 3,596 9 View
if we assume 20 is the upper bound of an objective function (OF) based on permutation a square matrix (nxn) , The minimum value of the OF=22, then we run a random operator to compute the OF by...
14 February 2021 6,056 5 View