Skip to content

JAVA-IMAGING/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image-processing

The goal is to process FITS images and apply filters and whatever you're supposed to do with astronomy pictures.

Table of Contents

  1. Overview
  2. Packages used
  3. Project Setup

Overview

Trying to figure out the previous code

Packages used

Look it up in the pom.xml file under dependencies

Project Setup

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/JAVA-IMAGING/image-processing.git

  2. Navigate to Maven project directory

    cd ./image-processing/java-imaging

  3. Validate and compile the Maven project

    • mvn validate and mvn compile, a test directory will then be created with class files.
    • If Maven is not installed, replace mvn with either ./mvnw or .\mvnw.cmd if system is Windows or Linux/Mac respectively to make use of the wrapper
  4. Package the compiled code and run

    mvn package will compile once more before packaging into .jar file. Execute .jar file found in test directory java -cp target/<jar-file-name>.jar com.package.of.main.file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages