Forum: C++ Feb 6th, 2008 |
| Replies: 5 Views: 6,919 Hello,
The compiler has no errors now, thank you :)
The linker on the other hand.... I am getting:
g++ main.o image.o -o tpp1 `pkg-config --cflags opencv` `pkg-config --libs opencv`
main.o:... |
Forum: C++ Jan 28th, 2008 |
| Replies: 5 Views: 6,919 Hello,
I have read through that link. I am still at a loss as to exactly what i have done wrong, and how i would go about fixing it.
Any advice is much appreciated
Adam |
Forum: C++ Jan 26th, 2008 |
| Replies: 5 Views: 6,919 Hello,
I am having a few problems with my image class using OpenCV.
I am getting the errors:
src/image.cpp: In constructor ‘Image<T>::Image(const char*, bool)’:
src/image.cpp:21: error: there... |
Forum: C++ Nov 21st, 2007 |
| Replies: 10 Views: 18,100 It works :) final adjustment was to leave the original image alone and to put the new pixel values into a fresh one.
Final code (well not final, but it works :) ) if anyone is interested
... |
Forum: C++ Nov 21st, 2007 |
| Replies: 10 Views: 18,100 Ok i found i was declaring 'mask' twice, the one in the function was taking over and then getting lost lol.
It now runs, but it it behaving like a gaussian NOISE filter, rather than Blur, not... |
Forum: C++ Nov 20th, 2007 |
| Replies: 10 Views: 18,100 Ok so i think i have tidied up the code ALOT, but i stil cannot seem to get a gaussian blur to work. I am just getting blank output, from what i can tell 'g' is returning as '0.0' every time, and i... |
Forum: C++ Nov 20th, 2007 |
| Replies: 10 Views: 18,100 Hey, fixed those errors, and found that i was in fact dividing by 0, fixed by changing 'dev' to a float.
Can anyone help me with the actual function, it should be performing a gaussian blur, but... |
Forum: C++ Nov 19th, 2007 |
| Replies: 10 Views: 18,100 Thanks for the tip, i really should have realised that myself! Now justto get the thing to run without the exception
/Knad |
Forum: C++ Nov 18th, 2007 |
| Replies: 10 Views: 18,100 Hello,
I am trying to impliment a guassian blur filter in C++, but i cannot progress asi keep getting a Floating point exception every time i run it. I am unsure as to why, i have narrowed the... |
Forum: PHP Jul 3rd, 2005 |
| Replies: 5 Views: 2,013 any help guys? this really bugging me...i found out its only when i use forms :( |
Forum: PHP Jun 29th, 2005 |
| Replies: 5 Views: 2,013 Hello
Updated Link (http://knad.neopian.co.uk/?p=signup) - works for me and shows overlapping on main page
I have tried the code you suggested, but it doesnt work :( any more help would be... |
Forum: PHP Jun 28th, 2005 |
| Replies: 5 Views: 2,013 Hello,
I have just begun recoding my site and whenever i use PHP to put data on a page via an IF statement it overlaps any cells that are below it, and it also seems to be extending my left menu... |