miracle8304 / aforge

Automatically exported from code.google.com/p/aforge
0 stars 0 forks source link

Blob no longer has a constructor? What happened? How does a blob get instantiated with data? #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I am trying to reference the new library 2.1.4 or 2.1.3 both say Blob has no 
constructors when running under 2010 vis studio express. 
2.
3.

What is the expected output? Compilation should run to completion. What do you 
see instead? the type aforge.imaging.blob has no constuctors. 

What version of the product are you using?

Please provide any additional information below.

Original issue reported on code.google.com by marty...@gmail.com on 13 Oct 2010 at 8:06

GoogleCodeExporter commented 9 years ago
Please, explain why do you need it and how do you want to use it? The 
constructor is internal and is supposed to be used by Blob Counter algorithms. 
If it were public, then users would be unable to create an instance of Blob 
correctly in most cases.

For example. Internal constructor has such parameter as ID. Do you know its 
meaning and what should be the value of it? If yes, then fine. But if no, then 
you may damage things more than improve.

Original comment by andrew.k...@gmail.com on 14 Oct 2010 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 10 Nov 2010 at 10:24

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 18 Nov 2010 at 2:53

GoogleCodeExporter commented 9 years ago
Well, I don’t see how you could use this class on its own without making any 
bad to existing blob counters. If your aim is to develop your own blob counting 
then you better to inherit BlobCounterBase.

Anyway, since there are no comments for more than a month, I believe you no 
longer need. In this case this ticket is closed.

Original comment by andrew.k...@gmail.com on 18 Nov 2010 at 4:31