search for: rimag

Displaying 20 results from an estimated 71 matches for "rimag".

Did you mean: imag
2006 Dec 31
1
rimage package broken with fedora upgrade
Dear R list members I would be grateful if anyone could guide me to a solution for fixing my rimage package problem described below. I recently upgraded my machine from fedora core 3 to fedora core 6 and then upgraded R from version 2.3.1 from version 2.4.1. I then fired up R, tried to load the rimage library and received the following messages: > library(rimage) Error in dyn.load(x, a...
2007 Oct 02
1
Cannot Install rimage
I'm trying to install rimage in R version 2.5.1 running on Fedora 6 (kernel 2.6.22.7-57.fc6 with the headers and gcc installed, along with fftw2 and libjpeg and headers): > install.packages("rimage") Warning in install.packages("rimage") : argument 'lib' is missing: using '/usr/lib/R/librar...
2008 Nov 14
2
problem in downloading the rimage package
I am using a 64 bit machine with CentOS5. I am getting the following errors when I try to install the rimage package g++ -shared -L/usr/local/lib64 -o rimage.so equalize.o fftw_access_func.o freqfilters.o interface.o jpegio.o laplacian.o matrix.o smooth.o sobel.o -ljpeg -lfftw /usr/bin/ld: /usr/local/lib/libfftw.a(fftwnd.o): relocation R_X86_64_32 against `a local symbol' can not be used when making...
2010 Sep 27
2
rimage package problems
Hi all, I tried to install the rimage in order to get to the function ?read.jpeg. However, I get this error, independent what mirror I choose: install.packages("rimage") --- Please select a CRAN mirror for use in this session --- Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?rimage? is...
2003 Oct 06
1
Cannot Install rimage in R-1.7.1 (RH 9.0)
The rimage install can't find the ffw header. Any idea why? Rick B. > install.packages("rimage") trying URL `http://cran.r-project.org/src/contrib/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 130159 bytes opened URL .......... .......... .......... .......... ......
2008 Nov 12
1
rimage doesn't install on Mac OS X 10.4
Hi, I'm trying to install rimage on a Mac OS X 10.4 machine. I followed the advice in previous R-help threads and got over the hurdles of having the header files in the right places, among other things. But I can't figure out what to do with this error. ice.pnl.gov:/home/waichler<949>system_profiler -detailLevel mini...
2006 Sep 11
3
Installation difficulty with "rimage"
Dear R people, I am trying to install rimage using install.packages("rimage") but am receiving the following errors despite having FFTW installed. I would appreciate any help to get this fixed. checking fftw.h usability... no checking fftw.h presence... no checking for fftw.h... no configure: error: Sorry, can't find fftw he...
2006 Aug 10
1
installing rimage
dear list while installing the package rimage, i get the error message checking jpeglib.h usability... no checking jpeglib.h presence... no checking for jpeglib.h... no configure: error: Sorry, can't find jpeglib header ERROR: configuration failed for package 'rimage' although i have installed jpeglib as required. does R not fi...
2008 Mar 06
1
write in rimage package
Is there any way to write an imagematrix generated by the rimage package? Reproducible example: library(rimage) x <- read.jpeg(system.file("data", "cat.jpg", package="rimage")) png("newcat.png") plot(x) dev.off() The newcat.png image is different from the original file, because there are ugly white borders around i...
2007 Sep 17
0
Problems with compiling rimage on macOS
hello, i want to install the rimage package (0.5-7) into my R (2.5.1). i installed the "i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)" from the macOS cd and created symbolic links to gcc and g++. well if i try now to install the package in R the console says: g++ checking for C++ compiler...
2007 Apr 14
0
rimage and fftw header problem
I've looked through the archives and have seen that others had a similar problem: http://tolstoy.newcastle.edu.au/R/e2/help/06/09/0571.html I'm trying to install rimage and I get the following warning: ============================================ downloaded 323Kb * Installing *source* package 'rimage' ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross...
2011 Feb 09
1
rimage package fftw breaks when freeing memory on openSUSE 11.3
Upon fresh installation of R-patched and rimage on openSUSE 11.3 box, simple fftw on renown lena image cause memory free failure. Quick: Go to the end of this mail and read the error message from R Thoruogh: Find detailed step-by-step how sopprt library fftw2 was installed and how rimage was installed. Regards Mads Jeppe VERSIONS =====...
2009 Jan 15
1
rimage installation problem-ubuntu 8.10
(I'm quite afraid this is a dumb question, so sorry in advance) I am trying to install the package rimage to R version 2.8.1 with Ubuntu Intrepid. When I type "sudo R CMD INSTALL" I get the following error message (pasted below). I know the same problem appears here (http://www.r-project.org/nosvn/R.check/r-patched-linux-ix86/rimage-00install.html) but I do not know what its appearance ther...
2008 Aug 27
0
help with rimage compiling
i'm trying to compile the source code for the package 'rimage', and it fails after it starts compiling. I have both fftw and jpeg packages installed, and i'm currently running R 2.7.1 under gentoo x86_64. here goes the output from R while compiling the package: * Installing *source* package 'rimage' ... checking for g++... g++ checking fo...
2008 Nov 15
1
unable to download rimage package
Hi folks, I sent this to r-devel (twice) but somehow the email seems to have got mangled. Let me try to ask my question on this forum. any help is very much appreciated. While trying to download the rimage package I am checking at the following step "g++ -shared -L/usr/local/lib64 -o rimage.so equalize.o fftw_access_func.o freqfilters.o interface.o jpegio.o laplacian.o matrix.o smooth.o sobel.o -ljpeg -lfftw /usr/bin/ld: /usr/local/lib/libfftw.a(fftwnd.o): relocation R_X86_64_32 against `a loc...
2008 Oct 31
1
rimage don't install on mac OS X 10.5.5
Hello, i'm trying to install de rimage package form source. I have installed fftw2.1.5 and libjpeg, but during compilation appear this message: * Installing *source* package 'rimage' ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether...
2008 Nov 10
0
rimage don't install on mac OS X 10.5.5 solved
Hello i resolve the installation of the package rimage following the indications by Andy Jacobson in the list osx@tazman.princeton.edu the trick is using R CMD INSTALL --configure-vars='LDFLAGS=-L/sw/lib CPPFLAGS=-I/sw/include' rimage_0.5-7.tar.gz the packages fftw2.1.5 and libjpeg were installed via Fink. Thanks for Prof. Brian Ripley f...
2003 Oct 07
1
Still Cannot Install rimage in R-1.7.1 (RH 9.0) Even With fftw Installed
I'm still having problems installing rimage - the installation can't find the fftw headers. As suggested, I installed the fftw rpm (for RH 9 from freshrpms). It installed without any errors or warnings. Yet I get exactly the same error message - it can't find the fftw headers. What do I have to do to get the headers? Rick B.
2009 Oct 20
1
Problem/anomalous behavior with image() function (and ReadImages?)
When an RGB photo is displayed using R's image() function with the help of the pixmap (or rimage) package it is common to see an anomalous white line running across the picture (either horizontally or vertically). The line can be removed by simply stretching the image frame a little in the direction perpendicular to the anomalous line, or by maximizing the image frame (tested under Fedora 10;...
2009 Jun 04
0
(ORPHANED) rimage 0.5-8 package uploaded
Hi, With the help of Dirk Eddelbuettel, I was able to fix a few little problems that prevented the rimage (0.5-7) package from working under (at least) R 2.8 or 2.9 and g++ 4.2 or 4.3. I have uploaded a new release, 0.5-8, that fixes these problems. It have attempted to contact the package's maintainer, Tomomi TAKASHINA <t.takashina at computer.org>, to no avail. Kurt Hornik has als...