Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.1K Views
|
5 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Front End Vision for Mathematica

Posted 10 years ago

Hello,

I'm new to Mathematica. I just purchased the "Front-End Vision and Multi-Scale Image Analysis" book from Bart M. ter Haar Romeny that uses Mathematica. I installed the available material that comes with this book from the Springer site, as written in the documentation, mainly copied the files to "C:\Program Files\Wolfram Research\Mathematica\10.2\AddOns\Applications"

As this book is rather "old", the version of Mathematica used is 4.0 and mine is 10.2

When I'm using the first line of the *.nb example, I'm getting this error.

<< FrontEndVision`FEV`

Get::noopen: Cannot open Graphics`. >>

Needs::nocont: Context Graphics` was not created when Needs was evaluated. >>
....

Has anybody some experience with the use of the software that comes with this book ?

Thanks in advance Francois

POSTED BY: Francois Hurter
5 Replies

There are so many backward incompatibilities... Can you get hold of an old computer with Mathematica 5.2 still installed and running?

POSTED BY: Gianluca Gorni
Posted 10 years ago

With the missing "back tick" I get no more error for the Version5 graphics loading.

But I still get errors; the back ticks are removed by the editor :-(

  << Version5`Graphics`

    << FrontEndVision`FEV`

    Syntax::stresc: Unknown string escape \A.

    Syntax::stresc: Unknown string escape \A.

    Syntax::stresc: Unknown string escape \F.

    Get::noopen: Cannot open Graphics`. >>

    Needs::nocont: Context Graphics` was not created when Needs was evaluated. >>

    SetOptions::optnf: HeadScaling is not a known option for Arrow. >>

    SetOptions::optnf: ColorFunction is not a known option for ShadowPlot3D. >>

    System`SetSystemOptions::obs: Developer`SetSystemOptions has been superseded by System`SetSystemOptions, and is now obsolete. It will not be included in future versions of the Wolfram Language. >>

    System`SetSystemOptions::sysname: TableCompileLength is not a known SystemOption. >>

    Get::noopen: Cannot open LinearAlgebra`MatrixManipulation`. >>

    Needs::nocont: Context LinearAlgebra`MatrixManipulation` was not created when Needs was evaluated. >>

    Get::noopen: Cannot open Statistics`DataManipulation`. >>

    General::stop: Further output of Get::noopen will be suppressed during this calculation. >>

    Needs::nocont: Context Statistics`DataManipulation` was not created when Needs was evaluated. >>

    General::stop: Further output of Needs::nocont will be suppressed during this calculation. >>
POSTED BY: Francois Hurter

Between Version5 and Graphics there should be a backtick. Somehow this web editor has deleted it.

POSTED BY: Gianluca Gorni
Posted 10 years ago

No luck !

<< Version5Graphics`

Get::noopen: Cannot open Version5Graphics`. >>

$Failed
POSTED BY: Francois Hurter

Try loading the legacy graphics package << Version5Graphics` before FrontEndVision.

POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard