Ver Mensaje Individual
  #4  
Antiguo 09-10-2014
koiji koiji is offline
Miembro
 
Registrado: oct 2007
Posts: 21
Reputación: 0
koiji Va por buen camino
Cita:
yo instale
Requires installed Visual C++ redistributable for Visual Studio 2013

Contributors:

Laentir Valetov (email: laex@bk.ru)
Mikhail Grigorev (email: sleuthhound@gmail.com)
How to install:

Download the archive link
Unzip it to a convenient directory, thus get the following directory structure

<PROJECT_ROOT> - Directory, such as "C:\OpenCV\"
<bin>
<redist>
<resource>
<samples>
<source>
Cita:
añadi a dephi 2010 en el menu tools->options->library-win32->library-path
Add the search path for the modules of the project in Delphi IDE (Tools-Options-Delphi Options-Library-Library path)

<PROJECT_ROOT>\source
<PROJECT_ROOT>\source\utils
<PROJECT_ROOT>\source\component
<PROJECT_ROOT>\source\sdl
<PROJECT_ROOT>\source\opengl
<PROJECT_ROOT>\source\ffmpeg
<PROJECT_ROOT>\resource\facedetectxml


Cita:
hasta aqui lo hice bien creo yo luego en esta seccion creo que algo no hice bien opencv_*.dll and FFMPEG dll no entendi mucho
where <PROJECT_ROOT> directory, which was unzipped project.
Add to your PATH variable path to the library "opencv_*.dll" and FFMPEG dll.

for Win32 <PROJECT_ROOT>\bin\Win32
for Win64 <PROJECT_ROOT>\bin\Win64
Or

For 64-bit
Cita:
esta seccion no la toque porque estoy en 32bits
1. Copy the dll files from the <PROJECT_ROOT>\redist\VC2013x64\ to C:\Windows\System32\
2. Copy all the dll from <PROJECT_ROOT>\bin\Win64 in the C:\Windows\System32\
3. Copy the dll files from the <PROJECT_ROOT>\redist\VC2013x86\ to C:\Windows\SysWOW64\
4. Copy all the dll from <PROJECT_ROOT>\bin\Win32 in the C:\Windows\SysWOW64\
For 32-bit

Cita:
aca copy todas las DLL a system32 de mi equipo aun que algunas DLL ya estaban las reemplaze
1. Copy the dll files from the <PROJECT_ROOT>\redist\VC2013x86\ to C:\Windows\System32\
2. Copy all the dll from <PROJECT_ROOT>\bin\Win32 in the C:\Windows\System32\

Cita:
aqui en esta seccion no existe el archivo dclFMXOpen en \source\component\Delphi14 -- porque mi version de delphi es 2010 y cuando compilo me tira este erro
Cita:
"there are errors" exec error the command "brcc32 ..\..\..\resource\facedetectxml\haarcascade.res exited whit code 9009"
failed
To install the components, open and install

<PROJECT_ROOT>\source\component\DelphiXX\OpenCVXXX.dpk
<PROJECT_ROOT>\source\component\DelphiXX\dclCommonOpenCVXXX.dpk
<PROJECT_ROOT>\source\component\DelphiXX\dclVCLOpenCVXXX.dpk
<PROJECT_ROOT>\source\component\DelphiXX\dclFMXOpenCVXXX.dpk
Responder Con Cita