it's basic question... i want know how to import library in Eclipse...

250 views
Skip to first unread message

Byeong Woo Jang

unread,
May 14, 2017, 11:00:19 AM5/14/17
to Marvin Project
(actually i tried to subtract background in openCV, but it need javaFX and others.. so that process was hard to folow)

because i want to subtract background in an image, i want to use Marvin library. so i downloaded Marvin file(MarvinFramework_1.5.5).
now i'm trying to use Marvin library.. but it's not easy

first, i added marvin in java eclipse project, but it's class files need "Attache Source" what's problem?? 

i searched how to add jar file to library.. and followed. 

it's drive me crazy..

would you help me how to use Mavin library? and recommend other way to subtract background? 


i founded some background subtraction example, i really want to execute these example.


example : 

Gabriel Ambrósio Archanjo

unread,
May 15, 2017, 8:15:07 AM5/15/17
to Marvin Project
The video below demonstrates how to set up the development environment step by step:

Marvin Framework - Configuring the Development Environment on Windows
Message has been deleted
Message has been deleted

Richard Osmar Leon Ingaruca

unread,
May 15, 2017, 9:54:38 AM5/15/17
to marvin-...@googlegroups.com
Hi Gabriel.

If Marvin Project will use maven , only a import project step will be required in eclipse. Even command line usage will be possible as simple as :
mvn exec:java -Dexec.mainClass="com.marvin.SomeClass"
Command line usage is widely used for test and fast purposes (No Development IDE is required)

I would be very happy to help you in this refactory.

Regards.




Richard Leon Ingaruca
web github.com Java Tutoriales

2017-05-15 8:37 GMT-05:00 Anshul katta <anshul...@gmail.com>:
Apologies...i replied to wrong email chain 

On May 15, 2017 5:49 PM, "Anshul katta" <anshul...@gmail.com> wrote:
Let me make a video of it then.

Also please give me svn link to latest code.i will cover the Changes to code in the video too.



--
You received this message because you are subscribed to the Google Groups "Marvin Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marvin-project+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Marvin Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marvin-project+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Message has been deleted

Anshul katta

unread,
May 15, 2017, 11:27:25 AM5/15/17
to Marvin Developers
Hi Jang,

i see MarvinPluginCollection is available in 1.5.5 , i know this sucks , getting to work with different versions of jars and dependencies , dont worry,we are going to fix it in few days.

as of now get the Marvin framework jar 1.5.5 and then try to import , it must work., same for Marvin Math

as for BoundaryFill , it seems you are trying to call a method , but its a class.

In Java , we make an object of class by calling constructor with new keyword , BoundaryFill b = new BoundaryFill();



On Mon, May 15, 2017 at 8:31 PM, Byeong Woo Jang <a01066...@gmail.com> wrote:
thanks Gabriel!

would you help me one more question? 
you can see "marvin.MarvinPluginCollection.*" in my example code.
i just copy and pasted in eclipse, but it's not working because can't find "marvin.MarvinPluginCollection.*"
so i deleted "marvin.MarvinPluginCollection.*" and then imported each class, but there are 2 errors about
boundaryFill and marvinMath couldn't found..


like this photo..
would you help me?


i'm really thank you about your attention.
regard

Byeong Woo Jang

unread,
May 16, 2017, 12:08:11 AM5/16/17
to marvin-...@googlegroups.com
Thank you about your reply! I tried to import framework in eclipse, but i failed to use library there are few information about how to use framework.
I followed video about how to use mavin, but there are no information how to import mavin library

Actually i'm noob in eclipse so if you have a time to help me, would you help me?

Anshul katta

unread,
May 16, 2017, 12:34:35 AM5/16/17
to Marvin Developers
sure lets chat about IST evening time , 6 p.m :)

--

Byeong Woo Jang

unread,
May 16, 2017, 12:45:47 AM5/16/17
to Marvin Project
where are you stay? i'm south korea here is at 13:45
i want to know you country time to chat correct time 

Byeong Woo Jang

unread,
May 16, 2017, 12:50:28 AM5/16/17
to marvin-...@googlegroups.com
ok i'll wait you message i'm really thank you sir.

--
You received this message because you are subscribed to a topic in the Google Groups "Marvin Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/marvin-project/q26FDrSb7eY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to marvin-project+unsubscribe@googlegroups.com.

Byeong Woo Jang

unread,
May 16, 2017, 12:51:04 AM5/16/17
to marvin-...@googlegroups.com
ok i'll wait your message !  really thank you sir!


On Tue, May 16, 2017 at 1:34 PM, Anshul katta <anshul...@gmail.com> wrote:

--
You received this message because you are subscribed to a topic in the Google Groups "Marvin Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/marvin-project/q26FDrSb7eY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to marvin-project+unsubscribe@googlegroups.com.

Anshul katta

unread,
May 16, 2017, 1:24:27 AM5/16/17
to Marvin Developers
india, you can look up at google at IST time 6 p.m to your time..i guess wont be much time because we are in South asia

On Tue, May 16, 2017 at 10:15 AM, Byeong Woo Jang <a01066...@gmail.com> wrote:
where are you stay? i'm south korea here is at 13:45
i want to know you country time to chat correct time 

--

Anshul katta

unread,
May 16, 2017, 10:16:03 AM5/16/17
to Marvin Developers
hope my help worked up for you Jong

gabriel , there seems a workaround in subtract background example , Jong can you show that image ?

Byeong Woo Jang

unread,
May 16, 2017, 11:06:01 AM5/16/17
to Marvin Project
 hi Gabriel, i want to know there are other functions(method) about detect objects or subtract background more clearly then i referred example in an image. would you help me?
 

Gabriel Ambrósio Archanjo

unread,
May 16, 2017, 11:28:11 AM5/16/17
to Marvin Project

Byeong Woo Jang

unread,
May 17, 2017, 12:34:14 AM5/17/17
to marvin-...@googlegroups.com
Thanks! Have a nice day
Reply all
Reply to author
Forward
0 new messages