Giter VIP home page Giter VIP logo

aforge's People

aforge's Issues

Enter one-line summary

What steps will reproduce the problem?
1. Open iplab
2. Click on the show histogram icon from the toolbar.
3. Now open any image
4. Close the histogram viewer.
5. Close the application.

What is the expected output? What do you see instead?
The program should exit. We get an error message say "Cannot access a
disposed object".

What version of the product are you using? On what operating system?
I am using v2.4.0 on windows XP professional. 

Please provide any additional information below.
The screen shot and the details are available in the attached file.


Original issue reported on code.google.com by [email protected] on 2 Apr 2007 at 3:50

Attachments:

Simplify expression

It is required to simplify polish postfix expressions โ€“ evaluate 
functions, which have constants as their arguments, and replace these 
functions with their result.

Original issue reported on code.google.com by [email protected] on 30 Sep 2006 at 3:59

Enhancement: VB.NET examples

This library is infinitely useful and I've had some limited success with
using the pre-compiled binaries in VB.NET, however I get errors when I
attempt to use the BlobCount functions. Some simple VB.NET code samples
would be great for those who find C# a little too daunting.


Original issue reported on code.google.com by [email protected] on 26 Jun 2007 at 12:15

Run time error while closing the application

What steps will reproduce the problem?
1. Open iplab
2. Click on the show histogram icon from the toolbar.
3. Now open any image
4. Close the histogram viewer.
5. Close the application.

What is the expected output? What do you see instead?
The program should exit. We get an error message say "Cannot access a
disposed object".

What version of the product are you using? On what operating system?
I am using v2.4.0 on windows XP professional. 

Please provide any additional information below.
The screen shot and the details are available in the attached file.


Original issue reported on code.google.com by [email protected] on 2 Apr 2007 at 3:50

Attachments:

Your code is not Thread-safe.

What steps will reproduce the problem?
1. Compile and run the Time Series example with Visual Studio 2005.
2. You will get the run-time error: "Cross-thread operation not valid: 
Control 'currentIterationBox' accessed from a thread other than the thread 
it was created on."

Under VS 2005 you cannot run code that is not thread safe.
See: http://msdn2.microsoft.com/en-us/library/ms171728.aspx for more 
details.

What version of the product are you using? On what operating system?
Windows XP, Visual Studio 2005.

Original issue reported on code.google.com by [email protected] on 29 Dec 2006 at 10:16

Attachments:

Harris corner detector

It is required to implement Harris corner detector. Some information can 
be found here: 
http://en.wikipedia.org/wiki/Corner_detection#The_Harris_.26_Stephens_.2F_P
lessey_corner_detection_algorithm

Original issue reported on code.google.com by [email protected] on 10 Feb 2007 at 9:17

Aforge.Math complex Bug

The following is a code i wrote to test the Complex object in Aforge.Math. 
Complex[] dx = new Complex[512];
for (int i = 0; i < dx.Length-1; i++)
{
dx[i] = (Complex)(Math.Sin(i));//ERROR????
}
When I run this, the compiler(Visual studio.NET 2005) complains"Cannot 
convert type double to Aforge.Math.Complex".
Has anyone ever encountered this error.

Can anyone upload some more examples(tutorial) on the usage of Math 
functions in this library.
Cheers 


kel



Original issue reported on code.google.com by [email protected] on 16 Jan 2007 at 7:32

Homomorphic filtering

It is required to implement Homomorphic filtering.

Useful links:
http://en.wikipedia.org/wiki/Homomorphic_filtering
http://www.cs.sfu.ca/~stella/papers/blairthesis/main/node35.html

Original issue reported on code.google.com by [email protected] on 11 Feb 2007 at 9:35

Ranges IsInside logical error

In DoubleRange.cs and IntegerRange.cs, I think the IsInside function is in
error; Don't really know how it affect the code and examples, I'm just
starting to look at it !

Original:
public bool IsInside( double x )
{
  return ( ( x >= min ) && ( x <= min ) ); // This looks like return x == min
}

Should be (?) :
  return ( ( x >= min ) && ( x <= max ) );

Original issue reported on code.google.com by [email protected] on 22 Jan 2007 at 2:14

New population shuffling

It is required to implement population shuffling, when new generation is 
generated. Now the feature is implemented in Elite Selection algorithm. It 
is better to move the functionality to Population class and allow to 
enable/disable the function.

Original issue reported on code.google.com by [email protected] on 29 Nov 2006 at 6:01

Evaluate variables

In polish postfix expressions it is required to partly (or fully) evaluate 
expression variables - replace variables with their values (for example 
replace $2 variable with its value equal to 3.14)

Original issue reported on code.google.com by [email protected] on 30 Sep 2006 at 3:54

to make it faster

if you remember we discussed it before and you said that removing locks
will increase the performance i think that this is the solution for that

What steps will reproduce the problem?
1. make methods which directly inputs Bitmapdata
2. make class which handles locking and unlocking of images

What is the expected output? What do you see instead?
faster application and image processing

What version of the product are you using? On what operating system?
[13.06.2006] - Version 2.3.0 winXP



Original issue reported on code.google.com by [email protected] on 20 Jan 2007 at 2:37

Compile expression

It is required to have a possibility to compile polish postfix expression 
to IL code, so it could be called faster.

Original issue reported on code.google.com by [email protected] on 30 Sep 2006 at 4:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.