cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

More than 1 output for one function

ptc-6607493
1-Newbie

More than 1 output for one function

As you can see in the picture,

i want to extract the value of white and black, however when I write black= of course it says placeholder is empty because the code "black" was identified in the function.

If I seperate the statemets in two functions I can see the white and black counters but i wanna make the whole process in one function.

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
LucMeekes
23-Emerald III
(To:ptc-6607493)

Is this the kind of function you're after?

Success!

Luc

View solution in original post

6 REPLIES 6

Your program creates amatrix the same size as your input matrix with 1's and 0's.

You need to count them. See attached.

sorry but i did not understand what you mean.

I want to take 3 different outputs,

such as

1: the matrix I have

2: the number of numbers which are smaller than 10

3. the number of numbers which are bigger than 10

for example my matrix is :

15 9 12 3 6

19 8 7 12 4

1 3 11 15 12

i want to take as output, moreover I want to count that

biggernumbers (this is my counter) = 7

smallernumbers = 8

Please attach yor worksheet, not screenshots!

And please state clearly what you need as output. Do you really need the matrix with 0's and 255's which your program would return if you use correct syntax. Or do you just need those two numbers which counts black and white dots?

In any case what you are asking for could be achieved in a much simpler way.

LucMeekes
23-Emerald III
(To:ptc-6607493)

Is this the kind of function you're after?

Success!

Luc

thank you for your answer, it is obvious.

and also thanks to others

This should help.

If you are doing image processing you should go to Help - E-books and then open "Image Processing". You will see that this pack offers a lot of useful routines, one of them is binarize.

Top Tags