0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... about 17 years ago
A simpler solution for choosing INT32. 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. More... about 17 years ago
Some __IPL_TF that shouldn't be there. More... about 17 years ago
Extra qualification removed. More... over 17 years ago
Updates for Visual C++ .NET 2005 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 More... almost 19 years ago
Added a unary - operator 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. More... almost 19 years ago
Small bug in the operator=(T) if this object was empty More... about 19 years ago
Added GetDistSq() which is faster than GetDist() More... about 19 years ago
Small changes in documentation More... about 19 years ago
*** empty log message *** More... about 19 years ago
Removal of __IPL_TF for a friend function whose body was placed in the class. More... about 19 years ago
Changes in streaming operators to include global indention which is convenient when using nested streaming for different classes 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); 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. More... about 19 years ago
A couple of GCC related fixes: More... about 19 years ago
Updated GetDate() to optionally add the year at the end: GetDate(string& str, bool AddYear); More... about 19 years ago
Update k_GetDate() to optionally add the year at the end: k_GetDate(char** Date, bool AddYear); 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(). More... over 19 years ago
Removed some out commented lines More... over 19 years ago
Updated documentation for k_PrintGroupInfo() More... over 19 years ago
Added method GetInfo(ostream& ost, bool PrintPositions, unsigned int PosPrLine=5) More... over 19 years ago
Small changes 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. 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. 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. 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. 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. More... over 19 years ago