StevenVB12 / patternize

An R package for quantifying color pattern variation
31 stars 8 forks source link

colorChecker #20

Open KLister89 opened 3 years ago

KLister89 commented 3 years ago

Hi Steven, I'm having trouble calibrating my images using the colorChecker function,

colorChecker(IDlist, prepath = 'images', extension = '-D.jpg', patchSize = 0.6) once I have selected the four corners I get this error- Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'as.matrix': could not find function "R" it also says "disconnected from server" when I upload my images into the colorChecker link on here. any suggestions would be greatly appreciated. Thanks, Karen

StevenVB12 commented 3 years ago

Hey Karen,

Could you try loading imageR before running the code?

library(imager)

I think that may solve it. Please let me know how it goes!

Steven

From: @.> Sent: Wednesday, April 21, 2021 7:46 AM To: @.> Cc: @.***> Subject: [StevenVB12/patternize] colorChecker (#20)

Hi Steven, I'm having trouble calibrating my images using the colorChecker function,

colorChecker(IDlist, prepath = 'images', extension = '-D.jpg', patchSize = 0.6) once I have selected the four corners I get this error- Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'as.matrix': could not find function "R" it also says "disconnected from server" when I upload my images into the colorChecker link on here. any suggestions would be greatly appreciated. Thanks, Karen

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/StevenVB12/patternize/issues/20, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABQOC45JDCM6JDKU3XUXOFLTJ23KPANCNFSM43KGFMUQ.

KLister89 commented 3 years ago

Yes that's worked thank you