openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
I
Image Processing Library 98
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Jan 28, 2024 — Jan 28, 2025
Showing page 1 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
*** empty log message ***
alauo
More...
about 17 years ago
A simpler solution for choosing INT32.
alauo
More...
about 17 years ago
Template hacking to determine correctly whether INT32 should be int or long. This of-course will only apply when compiling with a C++ compiler.
alauo
More...
about 17 years ago
Some __IPL_TF that shouldn't be there.
alauo
More...
about 17 years ago
Extra qualification removed.
alauo
More...
over 17 years ago
Updates for Visual C++ .NET 2005
renedencker
More...
over 18 years ago
No alpha bool values in the streams, i.e. all boolean output is no 0 or 1 so we do not depend on locales on different computers
renedencker
More...
almost 19 years ago
Added a unary - operator
renedencker
More...
almost 19 years ago
Fixed a problem with pow(x,y) with Visual C++ .NET 2003. The new Std. library in Visual C++ .NET 2003 has a template based version of pow(x,y) and hence the code in InitPlot0() did no longer work.
renedencker
More...
almost 19 years ago
Small bug in the operator=(T) if this object was empty
renedencker
More...
about 19 years ago
Added GetDistSq() which is faster than GetDist()
renedencker
More...
about 19 years ago
Small changes in documentation
renedencker
More...
about 19 years ago
*** empty log message ***
renedencker
More...
about 19 years ago
Removal of __IPL_TF for a friend function whose body was placed in the class.
alauo
More...
about 19 years ago
Changes in streaming operators to include global indention which is convenient when using nested streaming for different classes
renedencker
More...
about 19 years ago
Added global functions for controlling indention for nested use of streaming operators: void StreamIndentAdd(unsigned short Spaces=2); void StreamIndentRemoveLast() throw(string); void StreamIndentRemoveAll(); ostream& StreamIndent(ostream& os);
renedencker
More...
about 19 years ago
Compiler problems with Visual C++ 7.1 resolved by removing the friend streaming functions in the CPlane class. The functions still exists but are no longer friends of the class.
renedencker
More...
about 19 years ago
A couple of GCC related fixes:
alauo
More...
about 19 years ago
Updated GetDate() to optionally add the year at the end: GetDate(string& str, bool AddYear);
renedencker
More...
about 19 years ago
Update k_GetDate() to optionally add the year at the end: k_GetDate(char** Date, bool AddYear);
renedencker
More...
about 19 years ago
Added a method GetTotalError() to the CPerspective class. The method returns a total mean calibration error instead of individual calibration point errors returned by the method GetErrors().
renedencker
More...
over 19 years ago
Removed some out commented lines
renedencker
More...
over 19 years ago
Updated documentation for k_PrintGroupInfo()
renedencker
More...
over 19 years ago
Added method GetInfo(ostream& ost, bool PrintPositions, unsigned int PosPrLine=5)
renedencker
More...
over 19 years ago
Small changes
renedencker
More...
over 19 years ago
The documentation for CopySubImage() was wrong, the max. values are excluded (not included as it stated before) in the copy process, documentation updated. Thanks to Bent Matthiesen for pointing out this problem.
renedencker
More...
over 19 years ago
Kernel function k_ConvolveFastByteToByte(TImage *pImg, const TFloatImage *pMask,float Prefactor) gave false results, if a mask multiplied with the underlying image in one point gave a negative result, now fixed. Thanks to Benamrouche Abdelrahmane for pointing out this problem.
renedencker
More...
over 19 years ago
Added method kI_InRange(x,y,Delta,Img) to the 'class'. The Delta value is an additional 'border' added to the range check.
renedencker
More...
over 19 years ago
Added method k_InRange(x,y,Delta,Img) to the 'class'. The Delta value is an additional 'border' added to the range check.
renedencker
More...
over 19 years ago
Added method kF_InRange(x,y,Delta,Img) to the 'class'. The Delta value is an additional 'border' added to the range check.
renedencker
More...
over 19 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree